会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
极速代码
新随笔
管理
2017年9月10日
express使用cookie,session
摘要: cookie 存在浏览器,4k,不安全 签名,加密,(提高一点点安全性) session 存在服务器,安全, 不能独立存在,基于cookie, cookie 使用 var cookieParser = require('cookie-parser'); server.use(cookieParser
阅读全文
posted @ 2017-09-10 14:11 极速代码
阅读(141)
评论(0)
推荐(0)