I accidentally set timer to log me out of phpmyadmin to 0. Now when i log in, it logs me out immediately. I purged phpmyadmin, and after i reinstalled it, it still does the same thing
1 Answer
Find config.inc.php where you install phpMyAdmin. There will be a
$cfg['LoginCookieValidity'] = 0;Change the 0 to another number (example: 1 second) and save the file.
config.inc.phpfile is not required, and is only for custom configurations, phpmyadmin will first refer to./libraries/config.default.phpbut please do not edit that file. Create the 1st file.config.sample.inc.phpcan be used to create the initial template forconfig.inc.php.