B4J Question [Closed] [ABMaterial] SessionMaxInactiveIntervalSeconds timeout event?

John Naylor

Active Member
Licensed User
Longtime User
Is there an event fired when SessionMaxInactiveIntervalSeconds is reached?

I record a log of login / logout times each time a user accesses or signs out of my application.

This works fine *IF* the user actually signs out - I simply update the log from within the Sub LogOff(page As ABMPage) sub in ABMShared.

I'd like to record when a session is ended because of inactivity too - For example when a user doesn't log out they just close their browser.

Is this even possible?
 
Top