It's not browser specific.  It is based on the browser session.  All windows
of any browser application have the same session.  The difference in session
ID didn't have to do with the difference in browser type, but the fact that
a "NEW" browser application instance was created.


>From: SANDARBH SHARMA <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Session - clarify please
>Date: Thu, 28 Dec 2000 09:32:05 -0800
>
>this is getting confusing if the servlet is displaying session id then it
>should not be browser specific as servlet runs at the server side and not
>at
>client side, It should give seperate id irrespective of browser
>sandarbh
>
>
>>From: "Nimmons, Buster" <[EMAIL PROTECTED]>
>>Reply-To: A mailing list about Java Server Pages specification and
>>     reference <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Re: Session - clarify please
>>Date: Thu, 28 Dec 2000 10:56:47 -0600
>>
>>One thing to look out for with new windows is that browser windows opened
>>with the
>>File---> New Window menu item will share the same session ID. However if
>>you
>>double click on the IE or NS icon to open a new window each browser will
>>have seperate session IDs
>>
>>-----Original Message-----
>>From: Srinivasan, Pratibha (CORP, GEITC)
>>[mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, December 28, 2000 12:37 AM
>>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
>
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>===========================================================================
>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

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

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