RookTKO
❔ Whats the difference between UseCookieAuthentication and UseCookiePolicy ?
I figured that much and read that it was for third parties. I also noticed that UseCookieAuthentication was deprecated and to use AddCookie instead. https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.cookieextensions.addcookie?view=aspnetcore-7.0
AddCookie doesnt say anything about cookies being set to third parties. Is AddCookie for internal domain/subdomain use?
7 replies