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 enforces a maximum lifespan on active integration sessions, overriding the inactive timeout setting. |
| What area does it affect? |
Integration session management |
| What does the default mean? |
The default value is "0", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting session timeout settings or managing integration security. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.integrations.active.session.life_span |
| Sys ID |
19944a614306211015820c65c9b8f209 |
| Type |
integer |
| Application |
Global |
| Default value |
0 |
| Description |
This configuration will enforce max life-span on active integration http sessions irrespective of inactive timeout. The configured value is in minutes and the value of zero will disable timing out the active sessions. The max life-span should be more than inactive timeout glide.integration.session_timeout (default 1 minutes). |
| Updated |
2024-08-02 00:41:45 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... • Type: integer • Default value: 60 • Minimum value: 5 • Maximum value: 86400 (one day in seconds) • Location: Add the property to the System Property [sys_properties] table. glide.integrations.active.session.life_span Sets the maximum session time for a integration session regardless of activity, in minutes. • Type: integer • Default value: 0 • Location: System Property [sys_properties] table glide.invalid_query.returns_no_rows Controls how ...
Context preview
Snippet 2
... be trademarks of the respective companies with which they are associated. 171 Documentation Updates The value of this property defines the time, in minutes, before a guest session is invalidated. glide.integrations.active.session.life_span: The value of this property defines the time, in minutes, before an integrations session is invalidated. • Remediation ◦(Old Ensure the Glide Property 'glide.active.session.timeout.invalidate.session' exists and is set to the ...
Related properties