04-22-2019, 06:58 PM
You dont need to do anything. IntraWeb will do it for you.
Every time the user does something that causes a server call (most button clicks etc), the timeout timer is restarted.
If the server sees no activity within the period set in the ServerController, the session will be timed out. If the user then tries to submit to the server after that they will be displayed a message that their session has timed out. There are options in the SC to control what happens, ie nothing, a new session restarted, etc.
Every time the user does something that causes a server call (most button clicks etc), the timeout timer is restarted.
If the server sees no activity within the period set in the ServerController, the session will be timed out. If the user then tries to submit to the server after that they will be displayed a message that their session has timed out. There are options in the SC to control what happens, ie nothing, a new session restarted, etc.

