com.glide.cs.guest_session_cookie_max_age
ServiceNow property description:
The maximum age for the guest session identifier cookie in seconds. Default value is -1, which makes it a session variable (deleted when browser is closed).
Attributes
- Sys ID: b287065353001010a116ddeeff7b1240
- Type: integer
- Application: Global
- Default value: '-1

AI generated property description:
The ServiceNow property `com.glide.cs.guest_session_cookie_max_age` defines the maximum lifespan of the guest session identifier cookie in seconds. According to the documentation, the default value is set to -1, which means the cookie is treated as a session variable and is deleted when the browser is closed. This property is relevant for managing anonymous user sessions in ServiceNow's conversational interfaces. By configuring this property, administrators can control how long a guest session remains active before the cookie expires. Adjusting this value can help balance user convenience with security considerations.
Source