Subject: | httponly cookie option now supported in more browsers than docs say? |
The docs (CGI::Cookie) say that only IE6 supports httponly cookie option.
However, according to:
http://www.codinghorror.com/blog/archives/001167.html
Opera 9.5, Internet Explorer 7, and Firefox 3 now support it.
Also, accoding to:
https://bugs.webkit.org/show_bug.cgi?id=10957
webkit/Safari may be getting there too.
Would it be possible to update the docs to say there is more support now (but still not
universal, obviously)?