khashashinOriginal post
Rank 1: Thread
I have the usual "Remember me" checkbox in my login form and I want to set the session expiration time to 1 hour if the user does not tick the checkbox, is this possible?
Or do you have any other way to handle such a case? It is a very common thing, but I never had to implement such functionality, any help is very much appreciated.
Summary
The user wants to modify the session expiration time on the createEmailSession function. They suggest creating a collection of sessions without "remember me" and deleting sessions older than an hour. The user wants the session expiration time to be set to 1 hour if the "remember me" checkbox is not checked. They are seeking assistance with implementing this functionality.