Answer the question
In order to leave comments, you need to log in
How to organize sessions in node.js?
I'm trying to organize sessions on express. I found this example - http://ru.stackoverflow.com/questions/356045/Save...
And MySQL is used for sessions there. Is it possible to somehow organize sessions without a DB / Redis / Memchaced? That is, on pure express + some modules?
Answer the question
In order to leave comments, you need to log in
You can just store sessions in a shared object, but this solution is not scalable, so radish is ideal
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question