starsessions
starsessions copied to clipboard
Proposal: Support dynamic set cookies lifetime for each session when save
Like Django, we can use the function set_expiry to set the lifetime for the session. It will be helpful when we implement the remember_me function. Thanks in advance.