Disable secure cookie debugging
Manage the log messages related to cookies in your instance.
Use the glide.secure_cookie.debug property to manage your log messages related to cookies. If this property is set to false, no log messages are displayed. If it is set to true, messages in the SecureUserCookie and Cookie classes are logged. This could lead to sensitive information being exposed in your instance.
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 | false |
| Category | Error handling and logging |
| Security risk |
|
| Dependencies and prerequisites | None |