33
Views
3
Comments
Idle Session Timeout Without JS
Application Type
Mobile, Reactive

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

2024-03-22 09-17-23
Chandra Vikas Sharma

Hi,

You can go through below post for your answer

https://www.outsystems.com/forums/discussion/79740/reactive-web-app-session-timeout/

Thanks cv

UserImage.jpg
Rakesh K

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?

UserImage.jpg
Shriyash Dixit

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.