Hello all,
Is there any possibility to handle session time out for reactive and mobile application without using Javascript . Service center configuration max idle timeout is not working. Any other way to implement please share your thoughts also any other ways to achieve this.
Thanks is advance
Hi,
You can go through below post for your answer
https://www.outsystems.com/forums/discussion/79740/reactive-web-app-session-timeout/
Thanks cv
Hi Chandra vikas
Thank you for your response Yes that one is working fine.
But my scenario is Idle timeout should be configurable any possibility for that or do i need to change only in service center?. App 1 - Idle Timeout 3 Min
App 2 - Idle Timeout 5 Min
Is this possible?
Hi @Outsystem S,
You can try this approach - You can create a timer that triggers a server action periodically, such as every few minutes. This server action can update a timestamp in the user session, effectively resetting the session timeout period. This approach ensures that the session remains active as long as the user is interacting with the application. Cheers,Shriyash Dixit