Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update session-management.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Apr 12, 2024
1 parent c727e29 commit 817bab7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions en/modules/identity/session-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ You can view and manage user sessions in the `Users` page of the Identity module

Once you revoke a session, the user will be logged out.

## IdentitySessionCleanupBackgroundWorker

The `IdentitySessionCleanupBackgroundWorker` is a background worker that will remove the sessions that have not been active in the past.

### IdentitySessionCleanupOptions

* `IsCleanupEnabled`: Default value is `true`.
* `CleanupPeriod`: Default value is 1 hour.
* `InactiveTimeSpan`: Default value is `30` days.

## How it works

This feature is dependent on the [Dynamic Claims](https://docs.abp.io/en/abp/latest/Dynamic-Claims) feature of the ABP framework.
Expand Down

0 comments on commit 817bab7

Please sign in to comment.