In my website I am not using any kind of cookies, everything goes through server-side session handling. (no setcookie
instruction at all)
But still, using Acunetix website vulnerability checker, I get a report about "Session cookie without httpOnly flag set"
Is there something I'm missing? Are there any implicit cookies anyway?
Thank you