我安装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?还是让它永远活着?
上图显示错误。