Re: sessions with IE6 - browsers opened from within a single browser

2002-06-10 Thread Jacob Kjome
Browsers opened from an opened browser window using something like ctrl+n or window.open() will open within the same memory space. Browser opened by clicking on the icon are opened up in a new memory space. However, I have also seen some weirdness with session sharing in, supposedly, separate

sessions with IE6 - browsers opened from within a single browser

2002-06-10 Thread Aleksandar Milanovic
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 the