This question already has an answer here:
- phpmyadmin automatic logout time 7 answers
I work on my wamp for localhost backend development everyday.
I feel annoyed by phpmyadmin auto log out out quickly. Is there any way I could get rid of this or extend the timeout?
Where can I set this timeout value?
To increase the
phpMyAdmin
Session Timeout, openconfig.inc.php
in the rootphpMyAdmin
directory and add this setting (anywhere).Where
<your_new_timeout>
is some number larger than 1800.Note:
Always keep on mind that a short cookie lifetime is all well and good for the development server. So do not do this on your production server.
Once you're logged into phpmyadmin look on the top navigation for "Settings" and click that then:
"Features" >
Unfortunately changing it through the UI means that the changes don't persist between logins.