#how does one use express-session with redis as its store?
1 messages · Page 1 of 1 (latest)
Put a redis store in the store option. https://github.com/expressjs/session#store
would be nice to know how it would be used
You'd need to look into the code of express-session.
It also wouldn't be hard to do your own session management.
Well, not too hard. 🙂
thanks to so docs and here and there some samples managed it