HTTP-only access flag
Source position: httpdefs.pp line 192
public property TCookie.HttpOnly : Boolean |
HttpOnly when True prevents client-side scripts from accessing the cookie, reducing the risk of cross-site scripting (XSS) attacks.
|
Cookie security flag |