Session management in Nodejs

后端 未结 3 1698
南方客
南方客 2021-01-13 10:58

I am beginner of NodeJS.And just started a simple project where I need a session management concept. So How to manage the session in NodeJS application.

In my projec

3条回答
  •  难免孤独
    2021-01-13 11:21

    I dont suggest you try to build your own session and use https://github.com/expressjs/session instead which works with express well.

提交回复
热议问题