HttpOnly Cookies with ASP.NET 2.0

26 February, 2005 (05:48) | Asp.Net 2.o

Christop Wille mentions that “…In the article The 80/20 Rule for Web Application Security, there is one security solution proposed to protect sensitive cookies: adding the httpOnly flag. This attribute prevents cookies from being accessed through client-side script, thus mitigating the risk of cross-site scripting.”

Link here

Write a comment