Extend login time or eliminate auto log out altogether

Simple question and hopefully a simple answer!

Edit the file allmon.js and change line 27 expires: 7 from 7 to however many days you like.

1 Like

Sorry, i should have mentioned this is Supermon. There is no allmon.js file

I don’t know supermon but maybe this will help. This is from the ASL beta.

Nope, that’s cookies not login

I will investigate, thanks

Best I could do. Cookies are the login on Allmon.

Fair enough. thanks for the shot

For Supermon, check the value of you "session.gc_maxlifetime= " setting in /etc/php/7.x/apache2/php.ini. The default value is 1440 seconds (24 minutes), which was driving me crazy. For more information, refer to What is the default lifetime of a session?: