Node.js client-sessions not creating req.session

前端 未结 1 1593
再見小時候
再見小時候 2021-01-23 07:09

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

1条回答
  •  暖寄归人
    2021-01-23 08:02

    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.

    0 讨论(0)
提交回复
热议问题