I have been using phpMyAdmin 2.9.1.1 for some time now. My problem is that it times out too soon for my tastes. So what do I need to add to my config file to extend the session timeout? This is all I have in my config file at the present:
$i = 0;
$cfg['blowfish_secret'] = 'johnnyboy'; / YOU MUST FILL IN THIS FOR COOKIE AUTH! /
/ Server localhost (config:root) [1] /
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
Any feedback will be greatly appreciated.