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 …
