agentok Posted December 29, 2010 Share Posted December 29, 2010 Hello can anyone tell me how to stop the admin area from logging me out all the time?? every time i try to do anything it logs me out its a pain in the ass.. i am using Version 1.3.4.0Any HELP would be great.Thank You. Link to comment Share on other sites More sharing options...
piccante Posted February 17, 2011 Share Posted February 17, 2011 My client is reporting the same problem... but I have no problem - maybe a browser issue? I test on Mac Safari and FF without problems, they are using a PC with IE and FF... anyone else got any ideas because this is going to be a problem for me also... Thanks for any replies. Link to comment Share on other sites More sharing options...
Kelvin Koh Posted February 17, 2011 Share Posted February 17, 2011 Hi,The admin auto-logout problems were solved at least 1 week ago in the bug tracker.For PS 1.3, a simple edit to the codes is sufficient.File: /classes/cookie.phpBefore if ($this->id_employee AND Validate::isUnsignedId($this->id_employee) AND Employee::checkPassword(intval($this->id_employee), $this->passwd) AND (!isset($this->_content[‘remote_addr’]) OR $this->_content[‘remote_addr’] == ip2long(Tools::getRemoteAddr()))) After if ($this->id_employee AND Validate::isUnsignedId($this->id_employee) AND Employee::checkPassword(intval($this->id_employee), $this->passwd)) If it's PS 1.4, download the 2 files in this thread post: http://www.prestashop.com/forums/viewthread/90790/P15/#380061Then ftp and overwrite the older files. After that, go BO >> Preferences, set Check IP on the cookie to No and save. Link to comment Share on other sites More sharing options...
piccante Posted February 18, 2011 Share Posted February 18, 2011 Thanks Calisyoda, that seemed to do the trick, awesome! Link to comment Share on other sites More sharing options...
muaddib Posted February 20, 2011 Share Posted February 20, 2011 Opera & FF problem still exist :[ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now