Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Generate new session ID when opening new window from JavaScript?


Message #1 by "Neil Blanck" <neblanck@h...> on Fri, 5 Apr 2002 21:58:42
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

  Return to Index