Posts: 169
Threads: 47
Joined: Jan 2020
Reputation:
4
Location: Portugal
07-11-2024, 11:57 AM
(This post was last modified: 07-11-2024, 11:58 AM by Comograma.)
Can anyone tell me when must I uses UniqueURL = True?
Regarding RestartExpiredSessions , this means that, when set to True, the session will automatically restart when the do something, right?
Thanks!!
Posts: 2,301
Threads: 204
Joined: Mar 2018
Reputation:
87
Location: Auckland, New Zealand
UniqueURL = True
should be set only when you want that 2 (or more) browser tabs create independent user sessions in an IntraWeb application.
In general, people want different tabs to access the same application session (so UniqueURL should be false), but not always.
RestartExpiredSessions means that IntarWeb will start a new session (rendering the application main form as usual) instead of generating a "Session timeout error page" when the user tries to access a session that is expired (i.e. the session does not exist on the server). In this case the IntraWeb application will just start a new one and move on.