http://www.phpmyadmin.net/documentation/
In the file libraries/config.default.php
change the value for LoginCookieValidity
In the file libraries/config.default.php
change the value for LoginCookieValidity
/*
* Prevent timeout for a week at a time.
* (seconds * minutes * hours * days)
*/
$cfg['LoginCookieValidity'] = 60*60*24*7;
No comments:
Post a Comment