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 was archived by the owner on Sep 18, 2018. It is now read-only.
The default server-side session storage, MemoryStore, is purposely not designed for a production environment. It will leak memory under most conditions, does not scale past a single process, and is meant for debugging and developing.
An alternative session store (e.g. connect-mongodb-session) should be used instead.
The documentation to express-session states:
An alternative session store (e.g. connect-mongodb-session) should be used instead.