Session/Cookies are resetting to blank in Asp.Net MVC application in an iframe
问题 After updating the chrome to 80 (Version 80.0.3987.149 (64-bit)) recently and clearing cookies of the browser we are seeing below issue in our ASP.Net MVC application. Session/Cookies are resetting to blank when redirecting to other page. Application is embedded in a iFrame. I have tried setting Same site to "None" in web.config in below ways but none of them worked - <sessionState cookieSameSite="None" timeout="60" /> <httpCookies sameSite="None" /> Also installed URL rewrite to override set