【发布时间】:2013-08-07 05:49:13
【问题描述】:
我在本地开发环境中安装了phpMyAdmin 4.0.4.1,我将auth_type 设置为config。我还通过此设置提供身份验证要求:
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['password'] = 'somepassword';
但是一段时间后它是空闲的,如果我点击它的任何链接,它会显示一个错误token mismatch,有什么办法可以增加它的TTL?还是让它永远活着?
上图显示错误。
【问题讨论】:
-
似乎是 phpMyAdmin >= 4 的已知错误:Token mismatch error on every action
标签: php apache session phpmyadmin session-cookies