T
Tomasz J
Hello Developers!
A lot has been written about Java Script window.open() function and lost
session state.
But the most recent version of IE seems to handle it correctly.
But now I have an opposite problem: how to open a new browser window so it
*does not* share the session state with the first (parent) window?
I have a web application which must open a new popup window, but new session
must be created.
OK, I *cannot* use cookie-less sessions.
I already tried using a special page and loading popup content into either
<frameset> or <iframe>. I tried modifying URL slightly by adding a subdomain
(eg. popup.domain.com). All for nothing - IE7 always carries session ID to
the new window.
Please help before I pull all my hairs out.
Tomasz J
A lot has been written about Java Script window.open() function and lost
session state.
But the most recent version of IE seems to handle it correctly.
But now I have an opposite problem: how to open a new browser window so it
*does not* share the session state with the first (parent) window?
I have a web application which must open a new popup window, but new session
must be created.
OK, I *cannot* use cookie-less sessions.
I already tried using a special page and loading popup content into either
<frameset> or <iframe>. I tried modifying URL slightly by adding a subdomain
(eg. popup.domain.com). All for nothing - IE7 always carries session ID to
the new window.
Please help before I pull all my hairs out.
Tomasz J