session.validation.enabled
ServiceNow property description:
Property to enable the Session Validation feature. Set this to true after activating the Session Validation Context's Policy and setting up your desired filters and conditions.
Attributes
- Sys ID: 5c82148477023110663ded8bae5a99e4
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The `session.validation.enabled` property in ServiceNow is used to activate the Session Validation feature. According to the provided documentation, this property should be set to `true` after you have activated the Session Validation Context's Policy and configured the necessary filters and conditions. This feature helps in enhancing security by validating user sessions based on predefined criteria. Enabling this property ensures that only sessions meeting the specified conditions are allowed, thereby reducing the risk of unauthorized access. It is crucial to properly set up the filters and conditions before enabling this property to ensure the desired security outcomes.
Source