Changeset 2324052
- Timestamp:
- 06/14/2020 11:00:12 PM (6 years ago)
- File:
-
- 1 edited
-
whos-logged-in/trunk/js/wli-script.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
whos-logged-in/trunk/js/wli-script.js
r2324049 r2324052 33 33 wliTimeout = ""; // fix for console warning: initialize variable in global scope so it is available in both of the below functions locally 34 34 function wliStartLogoutTimer() { 35 wliTimeout = window.setTimeout(wliLogoutUsers, 5000); // 1,200,000ms = 20 minutes35 wliTimeout = window.setTimeout(wliLogoutUsers, 1200000); // 1,200,000ms = 20 minutes 36 36 } 37 37 // When a user comes back to the current tab/window, then clear the 15 minute timer if user so they don't get logged out
Note: See TracChangeset
for help on using the changeset viewer.