Atozed Forums
PReventing a second tab from opening the same session - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: PReventing a second tab from opening the same session (/thread-1315.html)



PReventing a second tab from opening the same session - SWTwo6 - 10-14-2019

How do?

I don't want to use the session ID in the URL, as we want to support users bookmarking the page easily, and  we need cookies enabled to allow the back button GlobalIntercept functionality to work as advertised, so I'm unable to use either of the "Mutliple independant sessions" options.


Is there any method by which I can force the session to only be valid in one browser window or tab at a time? Either by preventing a second tab from loading, or disabling the first tab on loading a second?


RE: PReventing a second tab from opening the same session - JuergenS - 10-15-2019

Maybe this post will help you: ServerController.SecurityOptions.CheckWindowId

Regards
Juergen