Identifying when timeout warning/expiry is active
(a) disable the session timeout warnings/expiry popups this custom page
or
(b) identify in javascript when these popups are active so I can disable the periodic updates to the page
This is not critical, but I'd like to remove the wasted resources displaying information to a user who can't see it (due to popups).
Can someone give me insight into accomplishing (a) and/or (b) ?
thx
jerry
Answers
Alternatively, you can have a setTimeout which triggers a function each 20 minutes (or whatever your timeout is), which checks whether .session-notification is enabled, and then simulates a click on the "Renew sessions" button. Maybe loops a couple of times to make sure it catches the notification.