what is the impact on integrations when we set this system property value above zero
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 03:58 AM
I have a system property ' glide.integrations.active.session.life_span ' its default value set to '0' . what impact will it make or create to integrations when i change that value in between '0 and 720'. if it impact integrations how to analyse the impact. help me with process of analysis.
About property : The 'glide.integrations.active.session.life_span ' property enforces max lifespan on active guest HTTP sessions irrespective of inactive timeout. The configured value is in minutes. A value of zero will disable timing out the active sessions.
thanks in advance ,
Saikumar kalali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 12:39 PM
@kumar junior11 It is applicable only to those inbound web service integration (REST/SOAP).
You can check the transaction logs (syslog_transaction) and you can filter with Web Service URL and User account used for the transaction, the response time will be in milli seconds.
15minutes is very huge, I don't think it will have any impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 12:20 PM
Hello @Prabu Velayutha and @Maik Skoddow ,
I hope you are well. Doesn't it affect the connections of the integrations? or once the session ends, when you resume the activity you could connect without problems.
work with any of the glide.ui.session_timeout properties or glide.gues.session_timeout ?