标签:
`xhr.withCredentials = true;`
2.jQuery或者zepto设置方式:
$.ajax({ ... xhrFields: { withCredentials: true }, ... })
header("Access-Control-Allow-Credentials: true");
ajax跨域请求无法携带cookie的问题
原文地址:http://www.cnblogs.com/miid/p/5281837.html