two browser windows -- same session variable?

M

Mark

If you have a parent window that opens a child window using JavaScript, is
the Session state between the two windows separate or shared?

Thanks in advance.
Mark
 
R

Rutger Smit

Mark said:
If you have a parent window that opens a child window using JavaScript, is
the Session state between the two windows separate or shared?

Thanks in advance.
Mark


As long a it's the same process (instance on the processes list in your
Task Manager) you're sharing the sessions.

This means that if you're in IE and you're pressing Ctrl+n, you get a
new windows within the same process, no extra iexplore.exe.

When you doubleclick a shortcut or the .exe itself, you get a new window
with a seperate process.

The browsers Mozilla, FireFox and Opera are, as far as I'm concerned
they can only run one instance (process).

--

//Rutger

DoDotNet@KICKTHIS_Gmail.com
www.RutgerSmit.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top