Session Timeout (React)
Content Type: Widget
Categories: Utility
Overview
This widget will alert users at a specified time interval that they are about to be logged out.
Documentation
Session Timeout Widget (React)
This widget will alert users at a specified time interval that they are about to be logged out.
Releases
Version: 3.0.0
Framework Version: 10.0.0
Release Notes: - Upgraded widget to React for futureproofing.
- Removed redirect URL option until further notice.
Version: 2.1.2
Framework Version: 9.24.0
Release Notes: - Fixed an issue where clicking the button to stay signed in would sometimes cause a looping modal, if the mouse wasn't moved immediately after dismissal.
Version: 2.1.1
Framework Version: 9.24.0
Release Notes: This version of the widget uses epochs only for determining idle states, as using parsed dates can lead to errors.
Version: 2.1.0
Framework Version: 9.24.0
Release Notes: This widget now used epochs instead of parsed dates, as parsed dates were throwing invalid cookie errors.
Version: 2.0.0
Framework Version: 7.23.19
Release Notes: - This widget now uses cookies to determine active/idle status.
-- Fixes issue where multiple tabs/windows in use would have separate timers which was causing unfocused tabs/windows to log the user out regardless of being active in another.
-- Fixes issue where navigation between pages would not reset the timer, at times.
Version: 1.0.2
Framework Version: 7.23.19
Release Notes: - Fixed an issue where idle dialog would appear after dismissing and navigating to another page in an endless loop.