phpMyAdmin - Error
Failed to generate random CSRF token!
It happened suddenly on my appserv on windows
I search the answer from Failed to generate random CSRF token! (phpmyadmin 4.6.4)
modify php.ini :
session.save_path = "c:\session"
grant modify c:\session permission to USERS
run command: iisreset
But I donot know how to grant permission to USERS
on my windows
My php.ini
session.save_path = "C:/Users/android/AppData/Local/Temp"
The folder is still in and many files in it~
Any suggestion? Thanks a lot~
I find the solution~ clear the chrome cache. Solved~