Click to See Complete Forum and Search --> : separate session for new window in javascript


psachdeva
02-18-2003, 08:34 AM
Hey i am facing a big problem and i need your help. I am opening a new window using javascript from an existing window.
The parent window is having some sessions. I want the child window to have its separate sessions,but the child window is overwriteing teh session values of parent window..

khalidali63
02-18-2003, 09:35 AM
Tough call without any more details about the underlying structure that takes care of the sessions( and may be whats happening on the windows).

more detail would be helpfull.

cheers

Khalid

psachdeva
02-18-2003, 09:38 PM
Khalid, the sessions are using cookies.
What i need is to have different sessionId values for parent and child window.