Atozed Forums
Web Session Timeout - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Web Session Timeout (/thread-2128.html)



Web Session Timeout - Mikael Nilsson - 11-18-2020

Hi,

Is there a way to catch when a user gets timeout/expires?
I need to update a table when this happens.

Mikael


RE: Web Session Timeout - kudzu - 11-18-2020

Check the ServerController OnCloseSession event.


RE: Web Session Timeout - Mikael Nilsson - 11-18-2020

ohh,

Where can I read about aSession: TIWApplication?