Tuesday, February 3, 2009

Fix the relogin problem for phpMyadmin CentOS 5.2

If no activity for 30 minutes, phpMyadmin will log you out for security reason.

To change this, modify a line in /usr/share/phpmyadmin/config.inc.php from cookie to http from "$cfg['Servers'][$i]['auth_type'] = 'cookie';" to "$cfg['Servers'][$i]['auth_type'] = 'http';"

No comments: