【发布时间】:2017-09-29 21:34:18
【问题描述】:
我有一个托管在 http://localhost:60455 上的 Web 应用程序,它使用 ASP.NET MVC 创建,另一个 Web 应用程序托管在 http://localhost:52775 上,它使用 ASP.NET Web API + Angular4 创建。
用户使用 WebForm 身份验证和 cookie 登录到 http://localhost:60455,之后用户可以移动到 http://localhost:52775 进行一些操作并返回。此时用户未被授权。 为什么http://localhost:60455 不使用早期设置的cookie?
【问题讨论】:
标签: asp.net-mvc angular asp.net-web-api