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
@Ruchi Anand can you check this
@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.
@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?
You can use autoLogin:true, it will remain the session active.