2 Browser Instances sharing the same session (using Ctrl-N)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
When the user opens a new browser instance using 'Ctrl-N' and logs in with a different user login, both the browser instances begins to share the same session. Any suggestions on how to handle this issue ?

Thanks,
Augustin
 
Augustin said:
Hi,
When the user opens a new browser instance using 'Ctrl-N' and logs in with a different user login, both the browser instances begins to share the same session. Any suggestions on how to handle this issue ?

Thanks,
Augustin

You can't do anything; sharing sessions is a client/browser setting. It
used to be configurable in IE, but since then I think they removed the
setting. Even so, you can't change browser settings from code...
 
Back
Top