You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
That is great @withjam. Should we be fine using the same ML REST app as DemoCat or would you recommend creating a separate REST app and database for node.js sessions?
Session data is very small and it goes into it's own collection, so I don't think it would need a separate REST app unless you have a compelling reason to do so. The only think to keep in mind is that the middleware itself doesn't take care of clearing expired sessions, so it may be something to monitor or clean up at some point.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
MemoryStore isn't meant for production use. We should look into moving to another session store.
The text was updated successfully, but these errors were encountered: