主题
HTTP sessions提供了一种跨多个请求存储用户信息的方法,对 MVC 应用特别有用。
HTTP sessions
安装:
$ npm i express-session # ts类型提示 $ npm i -D @types/express-session