Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
When to use UniqueURL
#1
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!!
Reply
#2
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)