Session timeout warning
The Session timeout warning page implements a solution on how to warn users of the authenticated session timeout. The user can:
- select a button to stay in the service and not time out.
- select a link to sign out.
Session timeout warning page
‘We signed you out’ page
When to use this pattern
Automatic sign-out pages are especially useful in applications that handle sensitive data, financial transactions, or personal information, where security is paramount. They provide users with peace of mind knowing that their accounts are being safeguarded, even if they forget to manually log out. Overall, automatic sign-out pages play a crucial role in maintaining the security and integrity of web applications.
How it works
Sign out pages include 3 main elements:
- The service name: Service name is the main title of the start page and it is placed at the top of the page. This should help people understand what your service does and whether they need to use it.
- Description: A short introduction to explain why users have been logged out.
- Button: The ‘Login again’ call-to-action button.
Figma Reference
Find more information regarding this Pattern in Figma Community File
