Hi ! If any body can clarify me, how to find out whether the browser is enabled for cookies are not !
Thanx in advance
Ravi
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
The only way I know is to try to set a cookie and see if it comes back in the next request. If you are trying to use a HttpSession, you can call the isNew() method - if the session is always new, the browser is not supporting cookies. Bill