vote up 2 vote down star

Which browsers do support HttpOnly cookies, and since which version?

Please see http://www.codinghorror.com/blog/archives/001167.html for a discussion of HttpOnly cookies and XSS-prevention.

flag

2 Answers

vote up 2 vote down check

Feel free to add to this list:

  • Internet Explorer since 6 sp1 (source, source)
  • Firefox since 2.0.0.5 (source)
  • Opera since 9.5 (possibly earlier) (source)

Safari and Chrome may not have support yet--but it should be coming soon if it's not there already. Please edit this answer if you find a more recent reference!

link|flag
Thanks! Found this list which adds some info: owasp.org/index.php/… – knorv Feb 9 at 22:11
vote up -5 vote down

All major browsers support HttpOnly.

  • Microsoft IE 5.0+
  • Mozilla Firefox 1.0+
  • Google Chrome
  • Apple Safari
  • Opera 8.0+
link|flag
I don't think that's true--can you provide references? – Michael Haren Feb 9 at 14:50
I've seen reports that "IE6 SP1" and "Firefox 2.0.0.5" "now support HttpOnly cookies", which leads me to believe that at least IE5 and Firefox 1 dont support it. – Joachim Sauer Feb 9 at 14:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.