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