-
Notifications
You must be signed in to change notification settings - Fork 26
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
Documentation On Session Time Limit #352
Comments
Sorry @thibaudcolas ....my bad...this is a documentation for Session Time Limit on Wagtail's website as identified here as an accessibility feature needing documentation: |
Thanks. Wagtail has no time-out notifications as you describe so this was very confusing. We already have issue #365 to describe how the session timeout works, so I’ll keep this closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Certain webpages feature time limits that give users a set amount of time to engage with the content. For security reasons, websites containing forms and those requiring a login, for instance, typically have time restrictions. It's critical that when a time limit is in place, the user is given the opportunity to extend the time allotted to finish their task and receives a proper time response notification. The following rules should be adhered to in order to guarantee timely responses:
Users should receive a time out notification when their session is about to expire.
When a user receives a time-out notification, they should move their focus to the dialogue box containing the time-out notification.
A reasonable amount of time should be allowed to users before the time-out signals the end of a session. For instance, the user is not given enough time to comprehend and respond to a time-out notification if it appears and the page closes shortly after, signalling that the session is about to expire.
After receiving a time-out notification, if a user decides to continue, their focus should revert to the part of the page where the timed response message was originally displayed.
Time extension: It should be possible for users to change and extend the time limit settings.
The text was updated successfully, but these errors were encountered: