You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shell: Look at the wall clock to measure session idle time
Counting timer ticks works only when the ticks come on time. Usually
they do, but browsers might decide to not run our JavaScript for
whatever reason, especially if the tab is actually idle or minimized
or otherwise hidden.
By looking at the wall clock time, the session gets logged out
immediately once the timer ticks start coming again (and it has indeed
been idle long enough).
See https://issues.redhat.com/browse/COCKPIT-1418
0 commit comments