Jip Posted February 9, 2007 Share Posted February 9, 2007 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. Link to comment https://forums.phpfreaks.com/topic/37823-configuring-timeout-for-phpmyadmin-2911/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.