![]() |
|
Simultaneous sessions - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (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: Simultaneous sessions (/thread-3321.html) |
Simultaneous sessions - f.mouraud - 06-20-2023 Hello, I am currently encountering an issue which requires me to have 2 different sessions at the same time on a browser and on the same device. Is there any way to do this with intraweb ? Best regards, Florian RE: Simultaneous sessions - Alexandre Machado - 06-21-2023 There is an option in ServerController, SessionOptions.UniqueURL. Set it to True and you may open more than 1 session from the same browser. Have in mind that IW will add an identifier to the URL, so each session will have a different URL and one won't interfere with the other. |