session timeout
Hi
Is there a way to to have a forever session timeout in laravel 5.2 ? for example if a user logged in to not log him out unless he chooses to.
any ideas ?
Thx
Any reason you couldn't use the built in remembering users functionality? If I'm not mistaking, it lasts a few (5?) years.
Any reason you couldn't use the built in remembering users functionality? If I'm not mistaking, it lasts a few years.
Does it use cookies? It don't mention so in the docs, but I assume it's (almost) impossible without.
You can see here on Chrome dev, I just logged in, the cookie expires in 5 years.

Please or to participate in this conversation.