bosss Posted Sunday at 06:44 PM Posted Sunday at 06:44 PM How we can get more time att stay in admincp - not log out efter 10 - 15 min if no active? regards Bosss
Marc Posted Monday at 08:24 AM Posted Monday at 08:24 AM That is intentional, for security on your system. We would not advise on trying to change that. bosss 1
teraßyte Posted Monday at 03:51 PM Posted Monday at 03:51 PM As Marc said, it's not good for security to raise that value for a live/production site. However, if you want to raise it for a development site, you can add a constant for it. This is the default value (1 hour): // Number of seconds to consider AdminCP sessions valid for 'ACP_SESSION_TIMEOUT' => 3600, Here's a guide on how to use the file: bosss 1
Daniel F Posted Monday at 03:54 PM Posted Monday at 03:54 PM Nah, if it's a local dev environment, DEV_DISABLE_ACP_SESSION_TIMEOUT is the new ACP_SESSION_TIMEOUT👀
Recommended Posts