Replies: 1 comment
-
@driesvints Any tip what I can do to change the cookie lifetime? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The "remember me" token on login has a lifetime of 5 years, which is explained in the docs as "... which will keep the user authenticated indefinitely ...".
I want to change the lifetime of this cookie, but with the built-in LoginController it's not intended by the framework to let the application change the lifetime (easily) I think.
Why it's not intended to have a config option or an easy way to change the lifetime?
What's currently the best way to do so?
Beta Was this translation helpful? Give feedback.
All reactions