Automated response: Present an overlay when a session is about to expire
This hotfix implements session expiration warnings as a browser prompt or JavaScript overlay.
The user will be warned when their session will expire in 4 - 5 minutes. If they click okay before it expires, the session will be refreshed automatically. Otherwise, if the session expired, a prompt will tell the user they need to refresh the page.
TODOs in place for creating config options for the frequency of polling and the threshold at which we warn a user their session is about to expire.
This hotfix implements session expiration warnings as a browser prompt or JavaScript overlay.
The user will be warned when their session will expire in 4 - 5 minutes. If they click okay before it expires, the session will be refreshed automatically. Otherwise, if the session expired, a prompt will tell the user they need to refresh the page.
TODOs in place for creating config options for the frequency of polling and the threshold at which we warn a user their session is about to expire.