How to implement time-based auto logout feature?

Hi, I’m working on version 4.8.3 and exploring the different features of the application. Is there a way of implementing a times auto-lougout so that the user automatically logs out of the application after 15 minutes of inactivity?
is it possible to include session time out variable somewhere in the config to initiate the default session time out feature of django?

Hi,

This feature is not implemented because it can take multiple forms. Each organization may want their logout, lockout, session closing feature implemented in different manner to comply with their specific security procedures. For this reason auto logout features are coded as custom enhancements in our Custom Contract level (Mayan EDMS).

Hello,

I was also having conflict with this issue, due to the document types on the system cannot be an active session for a long time after inactivity. Once the change was made through the GUI, it was causing the server where it is located to die due to docker going into a loop. I tried making the change in the local environment variables in the file and it only causes the docker to wake up, but does not cause the session to close after the time has elapsed. Even in the file where the actual variable is initialized and I change the 60x60x24x30 value to the one I need, the session does not shut down once the time is up.