This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
How to do that session expiring automatically? #802
Comments
I believe you are looking to set a maxAge for session cookie, something like this: http://stackoverflow.com/questions/10429557/whats-the-correct-way-to-use-maxage-with-express-js. if that's the case, in MEAN.JS you just have to add |
Thank you a lot! |
This was referenced Aug 4, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want that the session expires after 72 hours. What part of the MEAN.JS code I need to modify to do that? I'm not very familiar with ExpressJS. Thank you so much!
The text was updated successfully, but these errors were encountered: