-
Notifications
You must be signed in to change notification settings - Fork 218
Show dialog warning users their session is about to expire #5890
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
Comments
Ideally, we should log users out when we tell them that the session has expired. We can easily create a service to invalidate the session, but we wouldn't want to call it too early. The issue is that right now we keep track of So we need this |
We now have #5896 for the point discussed in my previous comment. And for this issue proper, we're just missing the:
|
|
RESOLUTION: Dialog should also be present in Form Builder. |
|
- Multiple messages shown on session expired - Avoid code duplication in `updateDialog` - Renew session button: fix background - Pause requests while the dialog is shown
|
|
Fixed (removed |
+1 from customer
The text was updated successfully, but these errors were encountered: