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 |
|
| Dependencies and prerequisites | None |