Annoying!

Comments

defconjuan’s picture

Probably not going to be done in the default distribution but it's easy to do with a web search. (See http://data.agaric.com/node/2981 and/or http://ubuntuforums.org/archive/index.php/t-912097.html).

MichaelCole’s picture

echo "
/*
* Prevent timeout for a year at a time.
* (seconds * minutes * hours * days * weeks)
*/
$cfg['LoginCookieValidity'] = 60*60*24*7*52;
ini_set('session.gc_maxlifetime', $cfg['LoginCookieValidity']);
" | sudo tee -a /etc/phpmyadmin/config.inc.php

MichaelCole’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.