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
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
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