You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked slim csrf_token so I can get successfully but I always go into in this condition. if (! isset($_SESSION[$this->key]))
Session is always empty I think.
How can I fix this?
I will appreciate any other's help.
The text was updated successfully, but these errors were encountered:
Hi.
I am using this
Slim\Extras\Middleware\CsrfGuard.php
But I always get this error.
Invalid or missing CSRF token.
I have checked slim csrf_token so I can get successfully but I always go into in this condition.
if (! isset($_SESSION[$this->key]))
Session is always empty I think.
How can I fix this?
I will appreciate any other's help.
The text was updated successfully, but these errors were encountered: