[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Phpmyadmin timeout



Trying to increase the timeout on phpmyadmin.  A google search turns up 
multiple suggestions to add this: $cfg['LoginCookieValidity'] = 3600 * 
9;  But that didn't do anything for me.  Any ideas?

I put that in /etc/phpmyadmin/config.inc.php which appears to be what is 
read.

I also added:
ini_set('session.gc_maxlifetime', 72000);
and
$cfg['Servers'][$i]['LoginCookieValidity'] = 72000; // 20 hours
In the appropriate place.

Has anyone found the magic?

Thanks,
Jim.