Property reference

com.glide.cs.guest_session_cookie_max_age

The com.glide.cs.guest_session_cookie_max_age property sets the maximum duration for the guest session identifier cookie in seconds. When set to -1, the cookie behaves as a session variable, expiring when the browser is closed, which is important for managing guest user sessions.

Default: '-1 Type: integer Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property defines the lifespan of the guest session cookie, influencing how long a guest user remains authenticated during their session.
What area does it affect? Guest session management
What does the default mean? The default value is "'-1", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when configuring guest access or adjusting session management policies.

Out of the box property record

Raw metadata from the property record.

Property name com.glide.cs.guest_session_cookie_max_age
Sys ID b287065353001010a116ddeeff7b1240
Type integer
Application Global
Default value '-1
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).
Updated 2024-05-25 03:55:47

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... panel. Change the guest chat session cookie time The guest chat session cookie time is the length of time (duration), in seconds, of the guest session user cookie. Use the com.glide.cs.guest_session_cookie_max_age property to change the guest session cookie time, in case your guest users want to resume a chat after closing and reopening their browser. For security reasons, the default property ...