Sharing owin identity cookie with MVC 5?
问题 I´m doing SSO App with user managment in MVC 5, but i cant share the cookie between apps for example http ://SSO http ://app diferent sites in IIS, i think this is something like cross domain,so in the app2 when i have something like this in the startup.auth app.UseCookieAuthentication(new CookieAuthenticationOptions { CookieName = "sharedcookie", CookieDomain = "SSO", CookieHttpOnly = false, //CookieDomain = "localhost", AuthenticationType = DefaultAuthenticationTypes.ExternalCookie,