Extend Session Life

Hi,

Is there an easy way to continue the session life programmatically? Like a dummy call to a server function?

My app is one that is meant to sit on a screen for hours on end updating, without a lot of 2-way interactivity. The 30min session length is kind of a killer though, as its kind of defeating the purpose…

A lot of people have a timer on their main form that calls a server function that does nothing every X minutes. It works well to keep the session alive.

2 Likes