Re: Cookies: How to delete or expire a cookie.

2001-06-20 Thread Ron Quartel
http://www.jguru.com/faq/view.jsp?EID=763 -Original Message- From: umit [mailto:[EMAIL PROTECTED]] Sent: 20 June 2001 4:44 To: [EMAIL PROTECTED] Subject: Re: Cookies: How to delete or expire a cookie. >From my experince,a cookie cant be deleted,so you should set the value of the coo

Re: Cookies: How to delete or expire a cookie.

2001-06-20 Thread umit
t: Cookies: How to delete or expire a cookie. > Hi. > > I have set the cookie in my JSP page to retrieve the UserName and Password. > It works fine. I can retrieve the cookie but when I try to delete it, it > does't work. > I want to delete the cookie when the user unchecks a

Cookies: How to delete or expire a cookie.

2001-06-17 Thread Shuja Nawaz
Hi. I have set the cookie in my JSP page to retrieve the UserName and Password. It works fine. I can retrieve the cookie but when I try to delete it, it does't work. I want to delete the cookie when the user unchecks a checkbox on login page. I have used the setMaxAge(-1) and setMaxAge(0) metho