Hi François,

On Thursday 18 September 2008 13:43, François Gannaz wrote:
> phpMyAdmin ignores the configuration parameters that extend the duration
> of a session.
>
> In my /et/phpmyadmin/config.inc.php:
> $cfg['Servers'][$i]['LoginCookieValidity'] = 72000; // 20 h
> $cfg['LoginCookieValidity'] = 72000; // 20 h
>
> But I still get disconnected after 1800 s (30 minutes). I also tried to
> change the 'LoginCookieStore' parameter, or to use another browser
> (firefox 3, opera 9.52).
>
> I could reproduce this on another lenny. I googled for it, and some
> Ubuntu fellows seem to have the same problem:
> http://ubuntuforums.org/showthread.php?t=743991

Thank you for your report. I looked into this, but could confirm that setting 
LoginCookieValidity in /etc/phpmyadmin/config.inc.php does indeed cause that 
information to end up in the appropriate function.

Are you sure that your PHP configuration doesn't clean up the session before 
the timeout happens? Check the session session.gc_maxlifetime parameter 
in /etc/php5/*/php.ini, Could you check for me what value it has and if 
raising the value (and restarting Apache) has any effect?


cheers,
Thijs

Attachment: pgpHb9wfyS2Bx.pgp
Description: PGP signature

Reply via email to