Session coordination between TS and hosted application

Is there a way to listen to these events = ['mousemove', 'mousedown', 'keydown', 'touchstart', 'scroll'] from the hosted application? They are wondering if they can listen to isActive but want more details on what that is and how often it is triggered and on what events does it happen? What is normal way for handling this?
4 Replies
shikharTS
shikharTS4w ago
@Ruchi Anand can you check this
Ruchi Anand
Ruchi Anand3w ago
@vmcafee The is no way to track this API call from the host application, This API is called every 30 seconds to verify the session's active status after the successful login.
vmcafee
vmcafeeOP3w ago
@Ruchi Anand thanks. Is there anyway to listen for those events? The team is trying to ensure that the hosted application session doesn't expire if the user is still using TS. What is the normal way for handling this?
Ruchi Anand
Ruchi Anand3w ago
You can use autoLogin:true, it will remain the session active.

Did you find this page helpful?