Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
VarunAgw Posted March 10, 2021 Posted March 10, 2021 I am talking about /admin area. It keep expiring the login very fast. If I take a break, I will be already logged out, and then I have to refresh all pages and open all the sub-tabs inside them (like multiple HTML templates). Is it possible to increase to timeout to perhaps a day in local dev installation?
Solution Sonya* Posted March 10, 2021 Solution Posted March 10, 2021 Add this to your constant.php define('DEV_DISABLE_ACP_SESSION_TIMEOUT', TRUE); Meddysong, abobader, IP-Gamers and 1 other 2 2
Nathan Explosion Posted March 10, 2021 Posted March 10, 2021 Or change the value of session.gc_maxlifetime in your PHP configuration. VarunAgw and abobader 2
Giray Posted April 21, 2021 Posted April 21, 2021 Does anyone know of a way to change the duration of the scp session timeout without using the php setting because I'm assuming that @Sonya*'s suggestion will entirely disable it?? Thx.
Miss_B Posted April 21, 2021 Posted April 21, 2021 8 minutes ago, Giray said: Does anyone know of a way to change the duration of the scp session timeout without using the php setting because I'm assuming that @Sonya*'s suggestion will entirely disable it?? Thx. Have a look at this post. https://invisioncommunity.com/forums/topic/443704-acp-session-time-outs/?do=findComment&comment=2730633 Giray 1
Giray Posted April 21, 2021 Posted April 21, 2021 Thanks @Miss_B. So basically, php it is... Oh well.
Recommended Posts