At 7/24/01 07:29 PM (Tuesday), Antoine Chemali wrote:
>I am writing a simple login page with an option to save the username and
>password through cookies. When I login and ask for the browser to save the
>(user, pass), it
>does it and I see the cookies coming back when I access a different page
>(when in the same
>browser). However, if I open another browser, it does not receive the
>(user, pass)
>cookies and therefore does not login. Any ideas why this is?

Why? Because that's the way it works. Cookies are specific to the browser
that was in use when they were created. How could it be otherwise?

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