claudioc/jingo

express-session memory leak

Opened this issue · 1 comments

The default "memory" storage for sessions suffer a well known memory leak. As pointed out on the express-session documentation. The usage is discouraged in production.

Consider switching to a leak-proof in-memory store: memorystore

Hi @roccomuso

yes I know :/

I will definitely take a look a yours to see if I can implement it easily. Thanks for the suggestion!