Hi All, I am writing a servlet that stores lots of information in the session object. I want that information to be valid for the lifetime of a user using my servlet from a specfic browser window; for example, if they open another browser window and access my servlet, I want to treat that window as a different stream of requests from the first.
This is a problem if a user of my servlet clicks "new->window" in IE, as their new browser window will have the same session id as the first. Similarly, all netscape windows that a user has open all share a session id! This is annoying! Has anyone else come across this problem? And if so, are there 'standard' ways of dealing with it? Many thanks in advance, Dan. "Negotiations and love songs are often mistaken for one and the same" ___________________________________________________________________________ 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
