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.
Can I use the configuration below (env.properties) to decide user inactivity timeout?
-
Hi,
Can I use the configuration below (env.properties) to decide user inactivity timeout period?
Maximum age of the session cookie before it is cleared by the browser. A value of -1 means that it will not expire.
Note: This setting is different from the session expiration period which is configured via the System Settings page and invalidates inactive sessions in the backend.
sessionCookie.maxAge=-1Thanks!