Forums / Developer / Exponential and Remember Me function on login page

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Exponential and Remember Me function on login page

Author Message

Tuulia Antonius

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

Harry Oosterveen

Wednesday 09 February 2011 5:56:16 am

We have the same problem with a brand new installation of eZ 4.4, and the following settings:

[Session]
SessionNameHandler=default
RememberMeTimeout=259200
ActivityTimeout=2592000
SessionTimeout=2592000

Any help would be appreciated.

Kind regards,

Harry