23
Views
3
Comments
Idle session of browser and Outsystems time-out timer display
Question
Platform Version
11.29.0 (Build 43552)

How do I place a count down timer in my application? Consider that there are a few places that affect the session time out period, e.g. browser session, enterprise single sign-on control, Outsystems widget or functions, etc., what is the best way to show the timer which will not mislead or confuse the users? I could only display the time period set in Outsystems, but if other factors that made the application terminated and the timer display still shows time not ran out yet, it causes trouble to users and perhaps as a result complaints came.  

2024-01-31 05-29-41
Akshay Deshpande

Hello AAu, 

You can’t get an exact sync between browser, SSO, and OutSystems session timers — they’re managed separately.

As per me Best approach: show a countdown based on the OutSystems session timeout (from Service Center settings) and refresh it with user activity (mouse/keyboard) using JS. Also handle session expiry by checking session validity on each request — if expired, redirect to login.

That way users see a realistic timer and won’t get confused by sudden timeouts. 

Thanks and Regards,
Akshay Deshpande

2019-11-11 17-10-24
Manish Jawla
 
MVP
2024-10-12 12-11-20
Kerollos Adel
Champion

Hi @AAu
you can check this also may help you

https://www.outsystems.com/forge/component-overview/22287/idealsessionshield-o11

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