adding cookieSameSite=”None” to SessionState however still the SameSite value for the Cookie is Lax (Default)
In my web application I am iframing a different web application. The domain of both the webapplications are different.
In my web application I am iframing a different web application. The domain of both the webapplications are different.
In what is undoubtedly related to the Chromes samesite cookie policies released recently I am now having issues updating cookies in ASP.NET.
Recently samesite=lax add automatically to my session cookie!
this attribute just add to sessionID:
"Set-Cookie ASP.NET_SessionId=zana3mklplqwewhwvika2125; path=/; HttpOnly; **SameSite=Lax**"