I installed phpMyAdmin 4.0.4.1
on my local develop enviroment, I set auth_type
to config
. Also I provide authentication requirements by this settings:
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['password'] = 'somepassword';
But after a while that it is idle, if I click on any link of it , it shows me an error token mismatch
, Is there any way that I increase its TTL? or make it alive permanently?
Above picture shows error.
Clearing your browser cache then it will work.
in file
libraries/common.inc.php
line 1076
delete this part
Try using another browser ex IE if it works then remove suspected chrome extensions . Forr me pageXray was the problem.
For me this seemed to be caused by my root partition being full up, and I guess this error was triggered by php being unable to write to the session directory.