Hi I wan't to share same login id and password with two or multiple
different contexts
So need to use cookie
Can u send me exect javascript syntex to remove cookie on clineside?

thanks
Pratik
----- Original Message -----
From: "Mengyuan Yuan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 10:33 AM
Subject: Re: how to delete a cookie immediately?


> Varun�����ã�
>
>    If you don't want to keep the cookie after your browser is closed, why
> would you like use cookie ? And why would you kill the cookie?
>
>
>
> �� 12/6/00 1:14:00 PM �����
> >the solution u gave only works when the browser is closed then the cookie
> >gets deleted and not when the browser is still open which is what i want,
> >to delete the cookie while the browser is still open, that is the default
> >nature of the cookie , at least that is what i read
> >
> >thanx anyway
> >Varun
> >----- Original Message -----
> >From: "Mengyuan Yuan" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Wednesday, December 06, 2000 11:11 AM
> >Subject: Re: how to delete a cookie immediately?
> >
> >
> >>   Please try:
> >>     int i = -1;
> >>     cookie.setMaxAge(i)
> >>
> >>   it should work
> >>
> >> Good luck!
> >>
> >>
> >>
> >> ?�� 12/6/00 10:39:00 AM ?��D��̨���o
> >> >hi
> >> >how can i delete a cookie immediately,i used
> >> >
> >> >cookie.setMaxAge(0);
> >> >
> >> >where cookie is the name of the cookie, the cookie is not deleted
until i
> >> >close the browser, any help?
> >> >
> >> >thanx in advance
> >> >Varun
> >> >
> >> >=
>
>==========================================================================
> >> >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >JSP-INTEREST".
> >> >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> >DIGEST".
> >> >Some relevant FAQs on JSP/Servlets can be found at:
> >> >
> >> > http://java.sun.com/products/jsp/faq.html
> >> > http://www.esperanto.org.nz/jsp/jspfaq.html
> >> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >>
> >>                     ??
> >> ��?��?
> >>
> >>             Mengyuan Yuan
> >>             [EMAIL PROTECTED]
> >>
> >> ==
> >=========================================================================
> >> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >JSP-INTEREST".
> >> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> >DIGEST".
> >> Some relevant FAQs on JSP/Servlets can be found at:
> >>
> >>  http://java.sun.com/products/jsp/faq.html
> >>  http://www.esperanto.org.nz/jsp/jspfaq.html
> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >>
> >
>
>===========================================================================
> >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> >Some relevant FAQs on JSP/Servlets can be found at:
> >
> > http://java.sun.com/products/jsp/faq.html
> > http://www.esperanto.org.nz/jsp/jspfaq.html
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>                     ��
> ��
>
>             Mengyuan Yuan
>             [EMAIL PROTECTED]
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to