inSessionOtpCode為null的問題
我前端上面加了xhrFields:{
?????withCredentials:true
????},
后端也添加了
(allowCredentials = "true",allowedHeaders = "*")
為什么inSessionOtpCode的值還是null哪。
檢查元素的時候 警告寫著 A cookie associated with a cross-site resource at http://localhost/ was set without the `SameSite` attribute。
請問怎么解決那
2020-03-21
您好,您這個問題解決了嗎?我也遇到了這個問題