asp_web_howto thread: Generate new session ID when opening new window from JavaScript?
Hi all,
The subject line pretty much says it all. Is there a way to open a new
window with its own set of session variables from JavaScript? Thus far,
I've only been able to accomplish this by opening a second instance of the
browser (in other words, to click on the Internet Explorer icon again).
Can you somehow set the session.sessionID value? I seriously doubt you
can, but seems like this would do it for me (of course, opens up a whole
nother can of worms then to ensure that I don't change the
session.sessionID to a value shared by another open session, but one
problem at a time).
Thanks in advance!
Neil Blanck