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
Since .Net Framework 4.7.2 adds support for the SameSite attribute OWIN should support it too.
I believe implementing it in the Microsoft.Owin.ResponseCookieCollection and CookieManager should be straightforward. But don't know whether it's possible to set it in the SystemWebCookieManager, without compiling to .Net 4.7.2.
codehedgehog, MoonStorm, yuriyostapenko, flookami, ImrePyhvel and 1 more