Skip to content
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

Closed
chrisala opened this issue Jul 8, 2024 · 0 comments
Closed

Proactively notify the user when their session has timed out #3264

chrisala opened this issue Jul 8, 2024 · 0 comments
Assignees
Milestone

Comments

@chrisala
Copy link
Collaborator

chrisala commented Jul 8, 2024

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.

@chrisala chrisala added this to the 4.0 milestone Jul 19, 2024
@chrisala chrisala self-assigned this 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
salomon-j added a commit that referenced this issue Jul 29, 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant