.net core 使用cookie进行认证,IE浏览器无法登录

  .net core 使用cookie进行认证,在Chrome、360等浏览器中登录正常。在IE浏览器中无法登录,抓包发现,没有把cookie发送给服务器。asp.net mvc中cookie在IE10上有类似问题,.net core 如何处理这个?


守候你守候我
浏览 870回答 1
1回答

RISEBY

登录代码中有没有指定cookie的超时时间await context.SignInAsync(     CookieAuthenticationDefaults.AuthenticationScheme,     claimsPrincipal,    new AuthenticationProperties     {         IsPersistent = isPersistent,         ExpiresUtc = DateTimeOffset.Now.Add(_cookieAuthOptions.ExpireTimeSpan)     });
打开App,查看更多内容
随时随地看视频慕课网APP