phpMyAdmin Failed to generate random CSRF token! phpMyAdmin 4.6.6 on windows

2.2k Views Asked by At
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~

1

There are 1 best solutions below

0
robspin On

I find the solution~ clear the chrome cache. Solved~