¿Qué navegadores admiten cookies HttpOnly?


¿Qué navegadores soportan las cookies HttpOnly y desde qué versión?

Véase http://www.codinghorror.com/blog/archives/001167.html para una discusión de las cookies HttpOnly y XSS-prevention.

Author: knorv , 2009-02-09

4 answers

Siéntase libre de agregar a esta lista:

 37
Author: Michael Haren,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-07-13 01:07:01

Los resultados actualizados se pueden encontrar aquí:

Http://www.browserscope.org/?category=security

(enlace del artículo de OWASP mencionado anteriormente)

 10
Author: jim,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2010-12-17 03:41:32

OWASP tiene esto documentado. Véase http://www.owasp.org/index.php/HttpOnly

 3
Author: Ian,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2010-07-29 07:43:04

Todos los principales navegadores soportan HttpOnly.

  • Microsoft IE 5.0+
  • Mozilla Firefox 1.0 +
  • Google Chrome
  • Apple Safari
  • Opera 8.0 +
 -9
Author: Nick Berardi,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2009-02-09 14:49:09