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]>

Reply via email to