6
votes
How do you set up use HttpOnly cookies in PHP
Be aware that HttpOnly doesn't stop cross-site scripting; instead, it neutralizes one possible attack, and currently does that only on IE (FireFox exposes HttpOnly cookies in XmlHttpRequest, and Sa …
2
votes
How exactly do you configure httpOnly Cookies in ASP Classic?
HttpOnly does very little to improve the security of web applications. For one thing, it only works in IE (Firefox "supports" it, but still discloses cookies to Javascript in some situations). For …
