Inexplicable CSRF Error |
I'm pulling my hair out trying to figure out why CI is not matching my CSRF token value. What else could cause this error? (error is equal to "old"). What does that mean? I've got a hidden csrf field and value in my view's form with method="post". Why would it not match the one CI is looking for? I've a zillion pages with forms like this. All of the others work as expected. Usually when I get the "The action you requested is not allowed" error is because I forgot to add
PHP Code: <?= csrf_field() ?> Code: Session User Data
Simpler is always better
|
Messages In This Thread |
Inexplicable CSRF Error - by donpwinston - 09-20-2024, 09:09 AM
RE: Inexplicable CSRF Error - by donpwinston - 09-22-2024, 10:37 AM
|