On Tue, 4 Dec 2001, John  Regan wrote:

> Date: Tue, 4 Dec 2001 09:07:38 -0800
> From: John  Regan <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: "Tomcat User Group (E-mail)" <[EMAIL PROTECTED]>
> 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.
>
>

The problem here is the browser -- there's nothing you can do on the
server to make this work if the browser shares cookies across windows.

Some people have had success turning cookies off and using URL rewriting
to maintain session state separately for each window.

Craig



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

Reply via email to