what is the impact on integrations when we set this system property value above zero

kumar junior11
Tera Contributor

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

6 REPLIES 6

Prabu Velayutha
Mega Sage
Mega Sage

@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. 

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 ?