I was having issues with node-client-sessions, so I tried using this sample application from https://github.com/fmarier/node-client-sessions-sample. However, even with this basi
Yeah as it turns out it's just that the default name of the req property changed from session to session_state. Changing that fixed it.
req
session
session_state