How to alter the inactivity timeout - How to alter the inactivity timeout - Community forums - Akumina Community

Community forums

Forum Navigation
Please or Register to create posts and topics.

How to alter the inactivity timeout

If you want a custom timeout you can edit your digitalworkplace.env.js file. Look in the style library > JS folder , and modify the desired inactivity time to your desired length. You could copy and paste the below

Note: the unit is in minutes.

Akumina.Digispace.ConfigurationContext.PageInactivityTimeOut = 1440;

//]]>