glide.cookies.http_only

ServiceNow property description:

Enables (true) or disables (false) the generation of HTTP only cookies.

Attributes

  • Sys ID: 8ac4395e8d34021087de63ac7f1f0039
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.cookies.http_only` determines whether HTTP-only cookies are generated. When set to true, this property ensures that cookies are only accessible through the HTTP protocol, enhancing security by preventing client-side scripts from accessing the cookies. This helps mitigate the risk of cross-site scripting (XSS) attacks. Conversely, setting this property to false allows cookies to be accessible via client-side scripts. The default value for this property is true, aligning with best security practices.

Source

Related property: glide.cookies.secure