aspose file tools
The moose likes Servlets and the fly likes Cookies not getting reset in Netscape 4.72!!! URGENT!!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Cookies not getting reset in Netscape 4.72!!! URGENT!!!" Watch "Cookies not getting reset in Netscape 4.72!!! URGENT!!!" New topic
Author

Cookies not getting reset in Netscape 4.72!!! URGENT!!!

vikram das
Greenhorn

Joined: Feb 21, 2002
Posts: 1
Hi,
I'm having a problem resetting cookies on Netscape 4.72. I set the preference in netscape to warn me before accepting any cookies, whihc also told me the expiration date of the cookie. Through this I could see that the cookie was being reset (the expiry time for the cookie was shown as year 1970). But when I try to access the site again, the cookie was not deleted & my servlet could still find the cookie. The code that 'm using to set & reset the cookie is listed below :

Do you see any problem with this code. Personally I feel that its a bug in Netscape since the same thing works nicely in IE. But then I've not found any listing where this bug is listed.
Would really appreciate any help from you guys.
Thanks,
VD.
Dave Vick
Ranch Hand

Joined: May 10, 2001
Posts: 3244
vikramdas
Welcome to the Java Ranch, we hope you’ll enjoy visiting as a regular however,
your name is not in keeping with our naming policy here at the ranch. Please change your display name to an appropriate name as shown in the policy.
Thanks again and we hope to see you around the ranch!!


Dave
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cookies not getting reset in Netscape 4.72!!! URGENT!!!
 
Similar Threads
change cookie value
Using a method to retrieve a cookie
Cookies not getting stored in IE6 and IE7 when running in environment resembling production
Cookies getting lost in Internet Explorer
[HELP] How to login to a website and get XML data of that site