Hello everyone,
I want to know how to set the expiration time of the session cookie.
I went to my network tab and when I log in on my app, I get a response cookie called “session” with this date :
I have trouble finding where this expiration time is set in the app (I don’t find it anywhere in the code).
In the docs it is written :
“customize login session length” : but I can’t seem to find where and how to set this length
Let’s say I want to make the session cookie expire 24 hours after login : how would I do it?
Thanks a lot by advance for your help