Skip to content

Commit 486f05e

Browse files
wcabusmaartenba
andauthored
Apply suggestions from code review
Co-authored-by: Maarten Balliauw <[email protected]>
1 parent 6a00102 commit 486f05e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
label: "Server-Side Sessions"
22
collapsed: true
3-
order: 8
4-
badge:
5-
text: v6.1
6-
variant: tip
3+
order: 8

src/content/docs/identityserver/ui/server-side-sessions/session-expiration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ you're using ASP.NET Core Identity or not.
6363
<Tabs>
6464
<TabItem label="Default behavior">
6565
The default session lifetime of 10 hours is inherited from the [`IdentityServerOptions.Authentication.CookieLifetime`](/identityserver/reference/options/#authentication) property.
66-
When configuring IdentityServer, you can override this setting like so:
66+
When configuring IdentityServer, you can override this default:
6767

6868
<Code
6969
lang="csharp"

0 commit comments

Comments
 (0)