Odd phpmyadmin timeout thing
Anyway I have PHPmyadmin installed and I'm trying to increase the timeout from 1440 seconds to something a little more reasonable for me.
apache2/php.ini: session.gc_maxlifetime = 86400
/etc/phpmyadmin/config.inc.php: $cfg['LoginCookieValidity'] = 86400;
This has always worked for me in the past and is working on my other Ubuntu 12.04 system. Anyone know of why it wouldn't work on my Linode?
8 Replies
I even did a:
find /etc -type f -exec grep -l 1440 {} \;
to see where it could be… haven't found anything that I haven't changed.