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
You will also see req.session === undefined if your Redis connection is invalid or missing!
req.session === undefined
I don't see anywhere in your code where connection info is being passed when configuring the session.