How to prevent phpmyadmin automatic logout

How to prevent phpmyadmin automatic logout

# Edit your php.ini file-
session.gc_maxlifetime = 1440

# Go to config.inc.php in phpmyadmin add the following code..

$cfg['LoginCookieValidity'] = 60*60*24*7; // 60*60*24*7 = one week

 

Al Mahbub Khan
Written by Al Mahbub Khan Full-Stack Developer & Adobe Certified Magento Developer

Full-stack developer at Scylla Technologies (USA), working remotely from Bangladesh. Adobe Certified Magento Developer.