Jump to content

Configuring Timeout for phpMyAdmin 2.9.1.1


Jip

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.