Wednesday 09 February 2011 4:02:47 am
We have gotten a problem with the Remember Me function on login page since the upgrade from 4.3 to 4.4.
The 'remember me' stays for a some hours and the it is gone.
The same problem is on two different sites.
In our configure files we define: settings/site.ini
RememberMeTimeout =31536000
CookieTimeout not defined
in php.ini php.ini cookiie life liftime is 0
Is this a common problem or a new bug with release 4.4?
How to fix this.
I see that this has something to so with the method:
static protected function setCookieParams( $lifetime = false )
in file lib/ezsession/classes/ezsession.php
|