Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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