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.
– Jao Assy
Dude, you still haven’t solved the problem, I switched to 100000000.
– Raank