I've noticed that when I setup in a script two cookies with the same name/domain but one using php setcookie, with httponly flag enabled, and the other using javascript code when I try to retrive the cookie value with the use of the $_COOKIE var I get only the javascript one.
Is there a way to retrive with php the httponly cookie?
P.S. Used PHP 5.4 and Iceweasel 31.4.0