为了账号安全,请及时绑定邮箱和手机立即绑定

node.js express node-fetch

node.js express node-fetch

慕哥9229398 2018-07-01 14:14:13
事情是这样的,我在路由里获取用户信息然后通过req.session.userInfo = body;进行设置。可是会话设置是失败的。为何?router.get('/', function(req, res, next) {    var _id = req.query.UserID;    if (_id) {        fetch('https://github.com/')            .then(function(res) {                return res.text();            }).then(function(body) {                console.log(body);            });        res.render('index', { title: 'Express', UserName: 'nickname' });    }});
查看完整描述

3 回答

?
慕桂英546537

TA贡献1848条经验 获得超10个赞

因为fetch是不带cookie的 所以服务端是读不到的

查看完整回答
反对 回复 2018-07-08
  • 3 回答
  • 0 关注
  • 841 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信