You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/identityserver/ui/server-side-sessions/session-expiration.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ you're using ASP.NET Core Identity or not.
63
63
<Tabs>
64
64
<TabItemlabel="Default behavior">
65
65
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:
0 commit comments