无法获取Session中的短信,为null

来源:3-10 用户模型管理--用户注册功能实现01

慕码人4441073

2019-04-19 15:47

httpServletRequest.getSession().setAttribute(telphone,otpCode);//保存
String sessionOtpCode = (String) this.httpServletRequest.getSession().getAttribute(telphone);获取
号码是对的


写回答 关注

1回答

  • 搬砖的阿迪
    2019-05-02 18:44:48

    $.ajax({

    type:"POST",

    contentType:"application/x-www-form-urlencoded",

    url:"http://localhost:8090/user/login",

    data:{

    "telphone":$("#telphone").val(),

    "password":password,

    },

    xhrFields: {withCredentials: true},


    前端页面加上 xhrFields: {withCredentials: true},

    qq_慕娘6...

    我贴了,还是不行,确定cookie被添加进去了

    2020-05-03 21:01:09

    共 1 条回复 >

SpringBoot构建电商基础秒杀项目

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

49064 学习 · 954 问题

查看课程

相似问题