hi,
    well both the instance of the browser will have the same session id
because it is stored in cookies. And since both the instances share the
same cookie folder you cannot have two separate session id or you can say
both share the same session id. so when the request goes to servlet it gets
the session id irrespsctive of number of instances you create as they share
the same cookie folder.

i hope i gave my bit.

pravin

___________________________________________________________________________
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