Description

One or more cookies don't have the HttpOnly flag set. When a cookie is set with the HttpOnly flag, it instructs the browser that the cookie can only be accessed by the server and not by client-side scripts. This is an important security protection for session cookies.

Remediation

If possible, you should set the HttpOnly flag for these cookies.

Related Vulnerabilities