Session timeout control question

I assume you are referring to the session timeout (edit - the subject changed since I wrote this)?

The best way to keep a session running for longer than the standard timeout (I think it’s 30 mins?) is to have a Timer on your main form that calls a server function every 5 or 10 minutes. This act will keep the session running.

See this thread :