papacico Posted July 7, 2014 Share Posted July 7, 2014 (edited) hello everybody, does anybody know how to make the BO login session longer? Now it is closing after about 4/5 minutes inactivity wich is very short thank you in advance Edited September 15, 2014 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2014 Share Posted July 7, 2014 you can change it in back office administration > preferences there is an option to increase cookie (session) expiry time 1 Link to comment Share on other sites More sharing options...
papacico Posted July 7, 2014 Author Share Posted July 7, 2014 Hi Vekia, thanks, i had 480 as value wich should be 480 hours according to the system but the BO went close after about 4/5 minutes inactivity i put the value now to 10000 and wil check if it stays longer open bye Link to comment Share on other sites More sharing options...
MDinternet Posted August 20, 2014 Share Posted August 20, 2014 Yep!, the official doc says "480 hours" but.... it seems it is wrong! I think it would be 480 seconds, ok? Link to comment Share on other sites More sharing options...
EBdierenfotografie Posted August 21, 2014 Share Posted August 21, 2014 Most of the time settings are in seconds or even milliseconds. In this case im pretty sure it should be seconds Link to comment Share on other sites More sharing options...
Milouze Posted September 15, 2014 Share Posted September 15, 2014 Hello, Go to AdminController.php in classes/controller on line 2238 modify 900 to your time in seconde. if ($this->context->cookie->last_activity + 900 < time()) For 480 is not wrong the time inactivity is diffrent to a cookies time life. Contact me in mp if you have difficulty. Bye 3 Link to comment Share on other sites More sharing options...
papacico Posted September 15, 2014 Author Share Posted September 15, 2014 Hi Milouze, thank you, i have changed the value as you said now i will be checking if it works bye Link to comment Share on other sites More sharing options...
papacico Posted September 15, 2014 Author Share Posted September 15, 2014 it seems to work, great thank you very much bye Link to comment Share on other sites More sharing options...
vekia Posted September 15, 2014 Share Posted September 15, 2014 okay thank you for informations it's time to mark topic title as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
El Patron Posted September 15, 2014 Share Posted September 15, 2014 if at bo login, you click 'keep me logged in' then the timer check is bypassed... http://screencast.com/t/KdvX2B3aeN Link to comment Share on other sites More sharing options...
papacico Posted September 15, 2014 Author Share Posted September 15, 2014 that did not work El Patron, i solved the problem wiht Milouze reply thank you all Link to comment Share on other sites More sharing options...
El Patron Posted September 15, 2014 Share Posted September 15, 2014 that did not work El Patron, i solved the problem wiht Milouze reply thank you all works for 'most' everyone else ...maybe bug in your version of ps. Link to comment Share on other sites More sharing options...
Recommended Posts