I've got a strange problem on my Linode Ubuntu 12.04 install. I have a similar install on a non-Linode machine, so I can't figure out the problem.
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?
Many Thanks!