Hi All,

    Is it possible to have more than one sessions from same PC/Browser?
This is what I noticed:
I call a servlet from Netscape (Say N1) which starts a new session with statement
in its post method
   HTTPSession session = req.getSession(true);

Then I start another Netscape (Say N2) by clicking on icon and call the same servlet:

  But It returns the same session. The session created by N1.  I want to have
multiple sessions running simultaneusly working independent of each other.
Is it possible to do so?

Any help will be appreciated.

-Ankur

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to