6
WampServer - phpMyAdmin: No activity within 1440 seconds; please log in again.
C:/wamp/apps/phpmyadmin/libraries/config.default.php | Replace this line of code: $cfg['LoginCookieValidity'] = 1440; | With this line of code: $cfg['LoginCookieValidity'] = 3600; |
C:/wamp/bin/php/phpVER/php.ini | Replace this line of code: session.gc_maxlifetime = 1440 | With this line of code: session.gc_maxlifetime = 3600 |
C:/wamp/bin/apache/apacheVER/bin/php.ini | Replace this line of code: session.gc_maxlifetime = 1440 | With this line of code: session.gc_maxlifetime = 3600 |
rated 6 times
(6)
(0)
comments: 0 / hits: 1392
/ 2 years ago, sun, jul 28, 19, 11:56:24
More From
» Plain Text
Comments
There are no comments for this Snippet yet
Only authorized users can post. Please sign in first, or register a free account