Active tab password protection
I have some JS for when the user leaves the web app tab and comes back it should prompt a password.
We have the same web app open in multiple tabs for different users and I want to:
When a user changes tabs I want to prompt that a password is needed
The screen should be white before the user enters the password
Sometimes this works and sometimes it doesn't and I don't know why.
I tried clearing my cache, but it didn't appear to work either. Perhaps I should set the page timeout? I just...