SessionTimeout & Auto Logout

0
I am trying to implement automatic logout due to inactivity after 15 mins and kill the active sessions using the below settings. EnableKeepAlive = false SessionTimeout = 900000 ClusterManagerActionInterval = 600000 Everything is working fine except for one thing. When the session ends after inactivity, the screen doesn’t get refreshed and the user is not sent back to home/login page. It does send the user back to home/login page when user clicks somewhere but I would either like to implement a popup that user has been logged out due to inactivity or send them back to home/login page at the least.
asked
1 answers
1

For this to work have a look at the session timeout module in the market place:

https://appstore.home.mendix.com/link/app/113622/AuraQ-Limited/Session-Timeout

answered