Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Enforce strict security of session cookies

Use the glide.ui.secure_cookies property to require properly formatted cookies

If glide.ui.secure_cookies isn't set to the recommended value of true, then additional cookie security and strict cookie validation isn't performed.

Ensure that the property glide.ui.secure_cookies is set to true.

Warning: This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.

More information

AttributeDescription
Configuration nameglide.ui.secure_cookies
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuetrue
CategoryValidation, sanitization, and encoding
Security risk- Severity score: 7.1 - CVSS rating: High - Security risk details: This could allow an attacker to bypass cookie validation leading to unauthorized resource access.
Functional impactWhen the property is set to true, improperly formatted cookies are rejected. When such a cookie is rejected, the user must login again.
Dependencies and prerequisitesNone

Parent Topic:Validation, sanitization, and encoding