bosss Posted November 17 Posted November 17 How we can get more time att stay in admincp - not log out efter 10 - 15 min if no active? regards Bosss
Marc Posted November 18 Posted November 18 That is intentional, for security on your system. We would not advise on trying to change that. bosss 1
teraßyte Posted November 18 Posted November 18 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 November 18 Posted November 18 Nah, if it's a local dev environment, DEV_DISABLE_ACP_SESSION_TIMEOUT is the new ACP_SESSION_TIMEOUT👀
Recommended Posts