If I use cluster with app.use(express.session());, I will get following warning mesg.
Warning: connection.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.
so does it means that I should not use session for cluster? Is there any workaround?
Thanks