Session in Node.JS

1

I was reading that middleware Express Session is not ideal for working in production, for which archives the sessions in memory. I've also read that storing session data in memory is not a good practice.

So, my question is: what is the best way to use sessions in Node.JS?

    
asked by anonymous 25.03.2018 / 17:32

0 answers