Invalid CSRF token. Send the form again. Adminer -


i getting error on export of database in adminer. error: invalid csrf token. send form again. if did not send request adminer close page. need

the problem me session cookie had secure flag, while accessing adminer via http (not https).


our nginx configuration had

fastcgi_param https on; 

which had remove.


Comments