Property reference

glide.ui.secure_cookies

The glide.ui.secure_cookies property enables secure session cookies for enhanced cookie security. Admins should care about this setting to ensure strict validation and compliance with additional security requirements for session management.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property enforces strict validation for session cookies, enhancing security by requiring compliance with additional standards when version 3 cookies are enabled.
What area does it affect? Session Management
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring security settings or during security audits.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.secure_cookies
Sys ID e8c91b730a0a0b1d00638da09689f63c
Type boolean
Application Global
Default value true
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.
Updated 2024-05-25 04:07:58

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... Session cookies are sensitive data and should be properly formatted. It is always recommended to strictly validate the session cookie before serving the request. Either update the value of the glide.ui.secure_cookies system property to true OR insert this system property with a value of true. Documentation sn_SE10203 1 Act Session Activity Timeout should be enabled User sessions being active for indefinite ...
Documentation excerpt View supporting context
Context preview Snippet 2
... for multiSSO. • Security Risk ◦(Old‎ <blank> ◦(New‎ MultiSSO debugging features could lead to unintended sensitive information leak. Enforce strict security of session cookies • Description ◦(Old‎ <blank> ◦(New‎ If "glide.ui.secure_cookies" is not set to the recommended value of "true", then additional cookie security and strict cookie validation is not performed. • Security Risk ◦(Old‎ <blank> ◦(New‎ This could allow an ...