koajs / generic-session

koa session store with memory, redis or others.
MIT License
414 stars 65 forks source link

How to share session between multiple node instances having common DB #102

Closed mouryaamit closed 4 years ago

mouryaamit commented 7 years ago

Hi, I want to share session between multiple node instances which are having common DB(Mongo).

FlorianWendelborn commented 7 years ago

What doesn't work when you do that? As far as I know, as long as you use the same DB and keys there should be no issue whatsoever.