Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Uniquely identifying requests/sessions


Message #1 by "Sabira Gupta" <crazy_n_mad@h...> on Wed, 17 Apr 2002 18:26:45
Hi!
I want to be able to open a new window on the client's machine and assign that window a session ID of 
my choosing. I know that the javascript command window.open() will open a new window for me. 
However, how can I make sure that the session ID is different? 
If this cannot be done, is there any other way for me to track of which requests came from which 
browsers that I opened (where the browser windows are open on the same machine?). I cannot use URL 
Rewriting to keep track, though.
Thanks
Sabira

  Return to Index