Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 17, 2024Nov 17 How we can get more time att stay in admincp - not log out efter 10 - 15 min if no active? regards Bosss
November 18, 2024Nov 18 Community Expert That is intentional, for security on your system. We would not advise on trying to change that.
November 18, 2024Nov 18 Community Expert 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:
November 18, 2024Nov 18 Nah, if it's a local dev environment, DEV_DISABLE_ACP_SESSION_TIMEOUT is the new ACP_SESSION_TIMEOUT👀