Mashiane Expert Licensed User Longtime User Mar 1, 2021 #1 Ola Lets say I'd like that when a user has been in-active in the webapp, lets say for 3 minutes, a login screen appears and all other pages are closed. How can I implement this? Thanks.
Ola Lets say I'd like that when a user has been in-active in the webapp, lets say for 3 minutes, a login screen appears and all other pages are closed. How can I implement this? Thanks.
alwaysbusy Expert Licensed User Longtime User Mar 1, 2021 #2 Timer and catching all events to reset the timer if the user does something. Upvote 0