VarunAgw Posted March 10, 2021 Share 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? Link to comment Share on other sites More sharing options...
Solution Sonya* Posted March 10, 2021 Solution Share Posted March 10, 2021 Add this to your constant.php define('DEV_DISABLE_ACP_SESSION_TIMEOUT', TRUE); VarunAgw, IP-Gamers, Meddysong and 1 other 2 2 Link to comment Share on other sites More sharing options...
Nathan Explosion Posted March 10, 2021 Share Posted March 10, 2021 Or change the value of session.gc_maxlifetime in your PHP configuration. VarunAgw and abobader 2 Link to comment Share on other sites More sharing options...
VarunAgw Posted March 10, 2021 Author Share Posted March 10, 2021 Thank you very much. Link to comment Share on other sites More sharing options...
Giray Posted April 21, 2021 Share 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. Link to comment Share on other sites More sharing options...
Miss_B Posted April 21, 2021 Share 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 Link to comment Share on other sites More sharing options...
Giray Posted April 21, 2021 Share Posted April 21, 2021 Thanks @Miss_B. So basically, php it is... Oh well. Link to comment Share on other sites More sharing options...
Recommended Posts