The page has expired due to inactivity. Please refresh and try again

First of all you need to check config file /config/session.php and find where session files are stored.

That error can appear because:

  1. Session is stored in files and directory storage/framework/sessions is forbidden for writing.
  2. If error appears after you try to login/register, you should check that there is {{ csrf_field() }} in your template
  3. You store session in array. This mode for testing only.

You might also like



Leave a Comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.