Locked History Actions

MyBlog/BlogEntry-2007-04-24

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.


CategoryAspDotNet20