Answer the question
In order to leave comments, you need to log in
Problem with session storage in redis store?
I store sessions like this:
var session = require('express-session'),
redisStore = require('connect-redis')(session),
sessionStore = new redisStore();
app.use(session({key: 'express.sid', store: sessionStore, secret: 'secret', resave: true, saveUninitialized: true }));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question