You should be able to implement this functionality using URL rewriting where
the session identifier is stored on the query string rather than as a cookie
in the browser.

In this way once the user opens a new window and logs in again you can
create a new session in the second browser.

Conor.

-----Original Message-----
From: John Regan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 9:08 AM
To: Tomcat User Group (E-mail)
Subject: "Split Thread" with 2 browsers



Desired functionality:
User opens browser, clicks through several pages as a certain "user type"
then opens a second browser because they want to be a different "user type".
The user should be able to proceed in either browser without session
information being overwritten in the other browser's session.  

Has anyone implemented any similar functionality?

Note: using tomcat 4.x as http server and JSP container.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to