hi, i had a question as to what happens when we use ctrl+n to open a new browser window. Is it the same session id or a different session id. Is there a diff in the way this is handeled in IE and netscape.....
Robert Gagliardo
Greenhorn
Joined: Nov 15, 2001
Posts: 24
posted
0
the same session ID is used as long as cookies are enabled.
Also realize... if the user is using Netscape, and opens a new window (even from the Netscape icon) they will always have the same session ID... but if they're using IE, when they open a new window from the icon, they'll have a new ID, but if they use Ctrl+N, it will be the same.