I'm refreshing my ASP.NET skills and today working with cookies. I tried removing a cookie using HttpContext.Current.Response.Cookies.Remove("cookieName"), but found that it does not work.
Here's a great article that explains why.
I'm refreshing my ASP.NET skills and today working with cookies. I tried removing a cookie using HttpContext.Current.Response.Cookies.Remove("cookieName"), but found that it does not work.
Here's a great article that explains why.