-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proactively notify the user when their session has timed out #3264
Milestone
Comments
chrisala
added a commit
that referenced
this issue
Jul 19, 2024
chrisala
added a commit
that referenced
this issue
Jul 19, 2024
chrisala
added a commit
that referenced
this issue
Jul 25, 2024
chrisala
added a commit
that referenced
this issue
Jul 29, 2024
chrisala
added a commit
that referenced
this issue
Jul 29, 2024
chrisala
added a commit
that referenced
this issue
Aug 1, 2024
chrisala
added a commit
that referenced
this issue
Aug 8, 2024
chrisala
added a commit
that referenced
this issue
Aug 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MERIT runs a 5 minute interval "keep alive" ping to the server.
This feature enhances that mechanism to notify the user when their session has timed out and prompting them to login again.
It should only do this for an authenticated session (rather than a HTTP session created for an anonymous user)
If the keep alive ping returns 401/403, display a banner at the top of the page that informs the user the session has timed out and provides a link to re-login (in a new window).
After logging in, the banner should be removed.
If the keep alive ping indicates a dead network (maybe a status code of 0), display a banner informing the user the network connection is lost.
The text was updated successfully, but these errors were encountered: