You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cookie Policy Middleware setting for `MinimumSameSitePolicy` can affect the setting of `Cookie.SameSite` in `CookieAuthenticationOptions` settings according to the matrix below.
61
61
@@ -225,7 +225,7 @@ The default <xref:Microsoft.AspNetCore.Builder.CookiePolicyOptions.MinimumSameSi
225
225
226
226
The following example shows how to configure cookie authentication with Cookie Policy Middleware:
The Cookie Policy Middleware setting for `MinimumSameSitePolicy` can affect the setting of `Cookie.SameSite` in `CookieAuthenticationOptions` settings according to the matrix below.
0 commit comments