req.session is undefined using express-session

前端 未结 4 1975
梦毁少年i
梦毁少年i 2020-12-30 04:09

I am just starting to learn how to use cookies with node and express and I would like some help with getting this to work. I tried to follow the expressjs/session tutorial o

4条回答
  •  生来不讨喜
    2020-12-30 04:57

    You will also see req.session === undefined if your Redis connection is invalid or missing!

    I don't see anywhere in your code where connection info is being passed when configuring the session.

提交回复
热议问题