run on prodution env
syrakozz opened this issue · 0 comments
syrakozz commented
great quickstart code , but can you plz add a fix for the producion env : i got
Warning: connect.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.
maybe something in
app.use(require("express-session")(_config("session")));