User Login Timeouts
-
Hello Everyone,
Is there a way to limit the amount of time a log in session stays active?Thanks
Brian
-
It would also be very useful to have an internal datasource to track the number of logged-in ("active") users, and the number of pages being rendered at any one time. Such data would be very useful to schedule maintenance downtime or help troubleshoot high CPU usage.
-
Bump. :)
-
Hi BG,
You can change the session timeout in Mango/web/WEB-INF/web.xml inside the <session-config> tag, set to 2880 by default.
-
Thank you very much Phil. I am definitely going to set that a bit lower... :P