glide.authenticate.oauth.post.token.expiration.cookie_auth.disabled
Attributes
- Sys ID: 18a2caf1b7010210bb44dc0e2e11a954
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property glide.authenticate.oauth.post.token.expiration.cookie_auth.disabled determines whether user sessions authenticated with cookies remain valid after an OAuth token expires. Its default value is true, which disables automatic cookie invalidation and allows the session to continue even if the token has expired. Setting the property to false enforces stricter security by invalidating cookie-based sessions once the associated OAuth token expires. Administrators adjust this property to align session behavior with organizational security policies, particularly in environments with high compliance requirements. Leaving it enabled may improve user experience by preventing unexpected logouts, but it also increases the risk of extended access beyond token validity.
Source