This article describes how to configure a protected self-service that allows end-users to manage persistently logged-in browsers or other devices, i.e. browsers or devices for which a valid remember-me cookie is stored in the Airlock IAM database.
The self-service is designed to be used with the Remember-Me in authentication flows feature, which can be used to implement different use cases (for example keep me logged in or Trust this browser).
Whether using the self-service described here is useful, depends on how the remember-me feature is used: The self-service is primarily intended for keep me logged-in-like use cases as it shows the end user the browsers/devices that are logged in.

- The self-service displays the following information per remembered browser or device:
- The operating system and platform of the browser/device (derived from the User-Agent HTTP header).
- The date and time when the user logged in to the browser/device.
- The geolocation of the browser at the time the user logged in (if available and configured to be displayed).
- The IP address of the browser at the time the user logged in (if available and configured to be displayed).
- If one of the remembered browsers/devices is the one the user is currently using, it is marked with the label (current device).
- A button to log out of the browser or device (if configured). The button is not available for the current device.
What information to display?
The information displayed with each browser or device helps the user to recall the login process and thus allows the user to identify each browser or device.
Geolocations are based on the client IP address as reported by the configured geolocation service and may deviate from the actual location of the browser/client.