You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Aleksandar Milanovic <am...@galdosinc.com> on 2002/06/11 21:06:12 UTC

RE: sessions with IE6 - browsers opened from within a singlebrowser

Hi,

I managed to work around my problem by defining aliases for localhost. The
different domain names prevent the overwriting of cookies among browsers in
a single process.

Another solution could be to wrap request and response classes so that the
code changes cookie names, but this is more time consuming.

Alex

> -----Original Message-----
> From: Larry Meadors [mailto:Larry.Meadors@plumcreek.com]
> Sent: Monday, June 10, 2002 7:42 PM
> To: tomcat-user@jakarta.apache.org
> Subject: Re: sessions with IE6 - browsers opened from within a
> singlebrowser
>
>
> I ran into the same thing.
>
> A javascript window.open() call creates new windows in the same process
> as the creating window.
>
> Clicking the Start>Programs>IE menu option starts a new process.
>
> One process = one session.
>
> Multiple processes = multiple sessions.
>
> I do not know of a work-around. :-(
>
> Larry
>
> >>> amilanovic@galdosinc.com 06/10/02 20:06 PM >>>
> Hi All,
>
> I noticed a weird behaviour with IE6 and sessions. I am working on a
> demo, which is supposed to be started from a page by a button click.
> This causes three new browsers to open, each one connecting to a
> different tomcat 4.0.1 instance and a session-enabled webapp inside. It
> seems that there are some interdependencies, and I was able to get only
> one session to work at a time.
>
> However, if I open three browsers from the Start menu and point them to
> the three webapps, sessions work fine.
>
> Anyone knows more about this?
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>