The last version of Internet Explorer, version 11, was released on October 17, 2013. This is a very long time ago when taking into account the rapid development of web technologies. These days it is often difficult and time consuming to get modern technologies to work well in this old browser. More and more frameworks are dropping support, and even Microsoft themselves has announced that they will fully drop support for IE in their own services in 2021.
Consequently, we have decided to not include support for IE in the Design Library website.
Luckily, there are modern options in active development. Please use Firefox, Edge or Chrome instead.
Warning users before they get automatically logged out.
Most secure channels have a session timeout after which users are automatically logged out. Before this happens it’s good practice to warn the user, so they can choose to abort and stay logged in.
Currently we handle this in two different ways:
When a user's session is about to end, a dialogue component will be triggered with this information and functionality.
The dialogue is used when the user will be automatically logged out in one minute. It is only triggered by the user being inactive for a set amount of time. E.g., If the user has 5 minutes as session time out, the dialogue is triggered after 4 minutes of inactivity.
Desktop
Desktop and dark mode
Mobile
Mobile and dark mode
Triggers a message before the user session to warn and inform before automatically logging users out.
When a user is not active on the webpage, the message is triggered one minute prior to being automatically logged out.
Example IBP