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
Asked
Active
Viewed 2,038 times
1 Answers
4
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.php
file is not required, and is only for custom configurations, phpmyadmin will first refer to./libraries/config.default.php
but please do not edit that file. Create the 1st file.config.sample.inc.php
can be used to create the initial template forconfig.inc.php
.

Rinzwind
- 299,756
/etc/phpmyadmin
? – Orion Apr 10 '20 at 13:57