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
| Attribute | Description |
|---|---|
| Configuration name | glide.secure_cookie.debug |
| Configuration type | System Properties \(/sys\_properties\_list.do\) |
| Data type | Boolean |
| Recommended value | false |
| Default value | <none> |
| Fallback value | false |
| Category | Error 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 prerequisites | None |
Parent Topic:Error handling and logging