my site suddenly getting TokenMismatchException error the site was running almost 3 months with no issue
now im getting TokenMismatchException error
try it http://paystubsonline.net/easy-paystub-paid user id uddin9live@gmail.com
password
helalhq6
but the site is working fine on my local computer on wamp
pls tell what do i do
All of a sudden? Or you updated the Laravel version ???
i know it's related with the hosting service as a copy of the site is working fine on my local wamp.
Your crsf token is changing on every refresh, check if session cookie is being set and the session info is persisted to whatever storage you are using. This is what is causing the TokenMismatchException.
No laravel session is being set?
yes generating files on storage/framework/sessions
no files on storage/framework/cache
also generating files on storage/framework/view
im using shared hosting dont know what did they update
Might be related to varnish, i don't see any laravel specific cookie being set. Ask you hosting provider.
Please sign in or create an account to participate in this conversation.