Skip to content

Instantly share code, notes, and snippets.

@iforwms
Created January 1, 2015 14:04
Show Gist options
  • Save iforwms/8aac7760679b7c80723b to your computer and use it in GitHub Desktop.
Save iforwms/8aac7760679b7c80723b to your computer and use it in GitHub Desktop.
PHP: PHPmyAdmin Timeout
Set phpmyadmin timeout
add line to config.inc.php
$cfg['LoginCookieValidity'] = 28800;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment