can you verify that sessions are being stored in the first place?
Sep 21, 2023
11
Level 1
Error 419 Sorry your session has expired when change hosting
I change my hosting and when try to login in admin or any action that include CSRF token verification appear this error.
I tried to clear website cache but nothing happened. I checked my files permissions and are correct. I remove all files in storage/framework/sessions but same issue.....
I checked also if there is any space before <?php in all files ( somewhere I readed ) but there is no space.
I already generated a new app key by terminal command , I also run
php artisan config:cache and php artisan route:clear
but nothing, the issue still there..... Any solution?
Please or to participate in this conversation.