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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.