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 sets the expiration duration, in days, for user cookies generated upon successful authentication, impacting user session persistence. |
| What area does it affect? |
User Authentication |
| What does the default mean? |
The default value is "15", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting session management or security policies. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.user_cookie.life_span_in_days |
| Sys ID |
1e0f4aa2870023008f64bd6ec7cb0b44 |
| Type |
integer |
| Application |
Global |
| Default value |
15 |
| Description |
Upon successful authentication, the generated user cookie will be expired after this duration in days |
| Updated |
2024-05-25 03:58:56 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... of the respective companies with which they are associated. 109 • Type: true | false • Default value: false • Location: Add the property to the System Property [sys_properties] table. glide.ui.user_cookie.life_span_in_days Sets the expiration time period for the 'remember me' cookie. Note: When a user accesses an instance with 'remember me' enabled, the access resets the cookie expiration period until the ...
Context preview
Snippet 2
... ◦(Old <blank> ◦(New This property affects the expiry of the cookie. After each successful authentication, the cookie will expire after the number of days specified as the property value. If "glide.ui.user_cookie.life_span_in_days" is not set to the recommended value of 15 or less, then there is a higher risk that the cookie, if stolen, can be used for longer. • Security Risk ...
Related properties