simov / express-admin

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
MIT License
1.18k stars 224 forks source link

express-session memory leak #135

Open roccomuso opened 7 years ago

roccomuso commented 7 years ago

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