glide.ui.secure_cookies
ServiceNow property description:
Enable secure session cookies: Enable additional cookie security. If checked, strict session cookie validation is enforced. With version 3 cookies enabled, additional security requirements are also enforced.
Attributes
- Sys ID: e8c91b730a0a0b1d00638da09689f63c
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ui.secure_cookies` enhances the security of session cookies by enabling strict validation. When this property is checked, it ensures that session cookies are only sent over secure (HTTPS) connections, thereby protecting them from being intercepted over unsecured networks. Additionally, with version 3 cookies enabled, further security measures are enforced, such as setting the HttpOnly and SameSite attributes, which help mitigate risks like cross-site scripting (XSS) and cross-site request forgery (CSRF). This property is crucial for maintaining the integrity and confidentiality of user sessions in a ServiceNow instance.
Source