Currently session_api_get_sid() calls setcookie() without setting the Secure and HTTPOnly parameters, and the only way to get this cookie to be secure and httponly is to hack the module... do let me know if there's another way ;-)

Comments

manuel garcia’s picture

StatusFileSize
new607 bytes
manuel garcia’s picture

Status: Active » Needs review
a.ross’s picture

Status: Needs review » Needs work

I would prefer these to be configurable in the module configuration form, instead of using PHP's session config parameters.