.net ajax 跨域,.net core中,解决ajax跨域sessionid不一致问题
解决方法:ajax 跨域请求前台处理,红色字段为ajax处理跨域属性$.ajax({url:"http://citygame1234.4kb.cn/CityServer/w/login",type:"post",async:"false",dataType:"json",crossDomain: true,xhrFields: {withCredentials: true},success:fun...