I created a CMS on the Laravel 5.2 platform, created the entire user system (login, register, reset pass, logout), however the user disconnects frequently, I have already disabled the Middleware VerifyCsrfToken but nothing happens.
This happens out of nowhere, when updating a page, I've already changed lefttime to 1200000 and it's no use, it's redirected to the login path. >
What do you think it could be?