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.
I am using ASP.NET. I either add or set a cookie (depending on whether the HttpRequest contains a cookie with specified key), and immediately afterward call Response.Redirect. The cookie is not set. Is this correct behavior? Is there something mutually exclusive about setting a cookie during an http response with a 302 status code?
I try to implement a basic cookie helper in my application.
Mainly I check in base controller everytime whether or not if cookie is set.
If cookie