I would think that if you are using cookies to set the session, when you
open another browser on the same machine that same cookie is in the second
browser before you even access your sevlet. When you have two browsers the
second is a cloned insantace of the first (cache files, settings etc.) Maybe
I am way off but look at your cookies in the second browser before accessing
your servlet.
-- Pete --
[EMAIL PROTECTED]

----- Original Message -----
From: "A.Sendil Kumar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 27, 2000 11:20 AM
Subject: Re: Session - clarify please


> Hi
> Concept of Session browser specific is false.
> Please check your Sessiom timing in your web/app server.
> Can u tell me whether your Netscape is 4.6 or 4.7?
> May be you must have been timed-out in IE and it must have opened a new
> session for that.
> Regards
> S.Kumar
>
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Srinivasan, Pratibha
> (CORP, GEITC)
> Sent: Thursday, December 28, 2000 12:07 PM
> To: [EMAIL PROTECTED]
> Subject: Session - clarify please
>
>
> hi,
> I have a very basic question. I have a servlet which prints out the
session
> id.
> I open a Netscape browser window and run this servlet. Then I open another
> Netscape window and run the same servlet. What I find is that the session
id
> is the same in both cases that is both the windows are in the SAME
session.
> When I do the same with IE, I observe that the session ID is different in
> both cases that is the windows belong to DIFFERENT sessions.
> Is the concept of Session browser specific?
> Regards,
> Pratibha
>
>
===========================================================================
> 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
>

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