问题描述
在我本地开发的Ubuntu框中,我使用MySQL和phpmyadmin来处理数据库。每当phpmyadmin空闲1440秒(24分钟)时,会话过期。我失去了我的位置,必须登录并重新开始。
我尝试更改 $ cfg ['LoginCookieValidity'] = 3600 * 9;
> config.inc.php ,但仍然在1440秒内超时。
我已重新启动所有内容并清除浏览器缓存(Firefox历史记录 - >清除最近的历史记录 - >缓存 - >所有内容)。
我不知道为什么增加的超时不生效。我做错了什么?
我已经找到解决方案,并成功使用了一段时间。
只需安装此到您的FF浏览器。
In my local development Ubuntu box I use MySQL and phpmyadmin to work with the database.
Whenever phpmyadmin is idle for 1440 secs (24min) the session expires. I lose my place and have to login and start over.
I tried changing the $cfg['LoginCookieValidity'] = 3600 * 9;
inside config.inc.php
but it still times out in 1440 seconds.
I have restarted everything and cleared the browser cache (Firefox history -> Clear recent history -> Cache -> Everything).
I'm not sure why the increased timeout does not take effect. What am I doing wrong?
I have found the solution and using it successfully for sometime now.
Just install this Addon to your FF browser.
这篇关于phpmyadmin在1440秒后退出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!