Friday, 16 September 2011

disabling auto logoff on phpmyadmin

http://www.phpmyadmin.net/documentation/

 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