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

共享session问题

controller中
@CrossOrigin(allowCredentials = "true", allowedHeaders = "*")

html中

contentType:"application/x-www-form-urlencoded",
xhrFields:{withCredentials:true},

确认在getotp中session设置成功,在register中取对应的session为null

浏览器中Access-Control-Allow-Origin:null

请问老师该如何调查和解决?


正在回答

3 回答

在ajax里面加了xhrFields:{withCredentials:true},也没有用



0 回复 有任何疑惑可以回复我~

你好,我和你有同样的问题,请问怎么怎样详细解决的?我的访问url就是url:"http://localhost:8090/user/getotp",

0 回复 有任何疑惑可以回复我~
#1

失落的暗黑幽灵

getotp页面的ajax请求和register页面的ajax请求都必须包含xhrFields:{withCredentials:true},不然跨域问题依然存在。我也是找了很久才恍然大悟!!!!其他的还是参照老是的来做!
2019-02-26 回复 有任何疑惑可以回复我~
#2

joker233 回复 失落的暗黑幽灵

我两个都加了xhrFields:{withCredentials:true},但是问题没有解决,请问大佬知道如何解决吗?
2020-03-21 回复 有任何疑惑可以回复我~

我把访问地址 由ip换成localhost就好用了...

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

共享session问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信