If you do not choose a permanent login, the system says that the expired session. Although cookies cleared.
"Invalid CSRF token" error occurs in all forms.
Browser: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0
PHP: Version 5.2.9, register_globals=off, safe_mode=off; mysql Client API version 5.0.88
How to send an entire page, rather than piecemeal (for Ajax)?
I'm sorry for my English.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please specify your browser and PHP version. Send me the complete HTML code of any page with these buttons.
Try to disable permanent login if you are using it to see if session variables works.
If you do not choose a permanent login, the system says that the expired session. Although cookies cleared.
"Invalid CSRF token" error occurs in all forms.
Browser: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0
PHP: Version 5.2.9, register_globals=off, safe_mode=off; mysql Client API version 5.0.88
How to send an entire page, rather than piecemeal (for Ajax)?
I'm sorry for my English.
The problem is with session variables. Do they work in other pages? Please create a simple PHP script and run it on the same server to verify this.
You don't need to send HTML anymore.
Please write the script. I do not know much PHP.
Session test
After completing brought 1.
After a few page reloads the same thing.
Your session variables doesn't work. Adminer requires them.
Check your session.save_path and other configuration directives.
Thank you very much. That's right, all right!
:)
View and moderate all "bugs-and-features Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs and Features"
Yes this problem is caused by session savepath not being writable, add this line to the top of your file, will work if your host allows it
ini_set( 'session.save_path', 'path/to/writable/directory/' );
Last edit: Anonymous 2017-03-19