Using the URL Rewrite module to set your cookies to HttpOnly

A question recently arose about how to set a cookie to be HttpOnly. An HttpOnly cookie is one that cannot be accessed through client-side script. Any information contained in an HTTP-only cookie is less likely to be disclosed to a hacker or a malicious Web site. The use of HTTP-only cookies is one of several … Continue reading Using the URL Rewrite module to set your cookies to HttpOnly