It's even worse than that as it depends on the version of IE you're running.

I run IE 5.0 and 5.5 on W2K. If you do a File..New Window you'll always get
the same process, so you'll share in-memory cookies. If you start a new IE
process (from the task bar, explorer etc.) you'll get a new process, and so
a new session,

Kevin Jones
DevelopMentor
www.develop.com

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan
> Sent: 03 January 2001 22:53
> To: [EMAIL PROTECTED]
> Subject: Re: How does the session is maintained incase of multiple
> loginfrom the same mac?
>
>
> 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

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