![]() |
![]() |
![]() |
![]() |
![]() |
Information about your favorite browser: news, articles and more.
Firefox 3 to support HttpOnly cookies
Published March 23rd, 2007 in Browser Security, Cookies, Firefox, Privacy
HttpOnly cookies are a mechanism Microsoft developed for IE6 SP1 to add some security to
cookies. The web developer would set a cookie (for instance the session cookie) to be HttpOnly (both ASP and PHP support setting HttpOnly cookies) and the browser would only ever use that cookie when sending HTTP requests, not when client side scripting asks to read the cookie. This means if there was a cross site scripting flaw on the website the JS wouldn’t be able to use the cookies. The solution isn’t perfect, but it does what it’s meant to do and doesn’t harm anyone.
SecuriTeam Blogs » Firefox 3 to support HttpOnly cookies








