D
D
Dvorak2016-09-23 22:08:05
Node.js
Dvorak, 2016-09-23 22:08:05

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

1 answer(s)
D
Dmitry Belyaev, 2016-09-23
@allishappy

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 question

Ask a Question

731 491 924 answers to any question