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

Disable secure cookie debugging

Manage the log messages related to cookies in your instance.

If the glide.secure_cookie.debug system property isn't set to the default value of false, then debug messages in the SecureUserCookie and Cookie class are logged in localhost log.

Ensure that the property glide.secure_cookie.debug is set to false.

More information

AttributeDescription
Configuration nameglide.secure_cookie.debug
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuefalse
Default value<none>
Fallback valuefalse
CategoryError handling and logging
Security risk- Severity score: 4.2 - CVSS score: Medium - Security risk details: Logging debug messages from the SecureUserCookie and Cookie class could lead to sensitive information disclosure.
Dependencies and prerequisitesNone

Parent Topic:Error handling and logging