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

Bug: CIIP: user doesn't see the "your session expired" message on the login page, when their session expired #2143

Open
2 tasks
pbastia opened this issue Jan 18, 2023 · 0 comments
Labels
Bug Something isn't working

Comments

@pbastia
Copy link
Contributor

pbastia commented Jan 18, 2023

Describe the Bug:

When the session expires, the user is redirected to the "You must be logged in" page instead of seeing the "your session expired" message

Probability (1-5): 2
Effect (1-5):1

Steps to reproduce the behaviour:
Login, wait 30 min for session to expire, then navigate somewhere else on the app

Dev checklist

  • the <SessionTimeoutHandler> component needs to be inline, above the <PageRedirectHandler in _app.tsx
  • the <SessionTimeoutHandler> needs to have had at least one request successful to the session remaining time endpoint, in order to add the URL parameter when redirecting.
@pbastia pbastia added the Bug Something isn't working label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant