Frequently disconnects Laravel App

Asked

Viewed 68 times

0

I created a CMS on the platform of Laravel 5.2, created the whole user system (login, Register, reset pass, logout), but the user disconnects frequently, already disabled the Middleware Verifycsrftoken but nothing happens.

This happens out of the blue, when updating a page, I’ve already changed the lefttime for 1200000 and did not help, it is redirected to the login route.

What do you think it could be?

  • Check Session.gc_maxlifetime in php.ini config this is the session life time, try to increase this time and see if it solves.

  • Dude, you still haven’t solved the problem, I switched to 100000000.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.