Laravel 5.5 CSRF Page Expired after Installing SSL certificate
I’m using Laravel 5.5. Everything was working fine until I installed SSL on my website.
Now Forms are not working properly. I have CSRF function inside my forms But after submitting form it says:
The page has expired due to inactivity.
Please refresh and try again.
The weird thing is that Search form which is located in the header works fine. But forms in website pages are not working.
Any idea?
UPDATE: Search form in the header is using GET method. That’s why its working!
from Laravel Questions and Answers https://laravelquestions.com/php/laravel-5-5-csrf-page-expired-after-installing-ssl-certificate/
via Lzo Media
No comments:
Post a Comment