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:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 7:42 PM > To: [EMAIL PROTECTED] > 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 > > >>> [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
