Bhushan Bhangale wrote:

> Hi
>
> The two browsers on the same machine will always have two different session. You 
>said they are using same session object but they will have different session id.
>

That may or may not be true on the Mac (I don't run one, so don't know how cookies are 
implemented in Mac browsers), but this is certainly not true on other common platforms.

My experience is that if you are using cookies for session tracking, Netscape 4.x will 
always give you the same session when you open a new window (as opposed to a new
process).  In IE, it depends on the setting of the "browse in new process" 
configuration property whether or not you get separate sessions or not.

Craig McClanahan

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