I have a requirement to implement the session timeout popup, if user is inactive for 5 mins and need to trigger the session popup with some message with 5 mins count down like 4:59, 4:58......00:00. and need two button one is "continue" and second one is "Logout".
when popup trigger first time on that time user can see only continue button and if user click on continue button, then counter should reset and popup will closed, and if user did not clicked on continue button, then within 5 mins popup will be closed automatically and user did not clicked anywhere in the application (Inactivity).then again after 5 mins we need to show the popup will trigger and this time user can see two button "continue" and "Logout" with 5 min counter and this time user will not take any action automatically application will logout.we have Okta authentication which automatically logged out the application if user is inactive for 10 mins.
Our goal is by implementing this popup user have some time if user is inactive, they can increase the session time by clicking on continue button.
Hi @Jivendra Kumar ,
I am adding one oml for you. the same functionality I am using one of my project.
You can modify it according your need.
Hope this will help you.
Regards
Rahul
Hi @Rahul Sahu Thanks for providing the solution. Can you please explain me? why we are using key value this "OS_SessionTimeout_TimeLogout"?
Apart from what Rahul has shared, you can check below components as well for reference:
https://www.outsystems.com/forge/component-overview/14662/user-session-timeout-o11#:~:text=It%20is%20a%20component%20which,is%20easy%20to%20use%20component
https://www.outsystems.com/forge/component-overview/20540/sessiontimeout-o11
https://www.outsystems.com/forge/component-overview/18823/session-timeout-alert-o11
You have multiple options now :).
You can choose whatever works best for you.
regards,
Manish Jawla