We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78636fa commit af4d745Copy full SHA for af4d745
src/content/docs/identityserver/ui/server-side-sessions/_meta.yml
@@ -1,3 +1,6 @@
1
label: "Server-Side Sessions"
2
collapsed: true
3
-order: 8
+order: 8
4
+badge:
5
+ text: v6.1
6
+ variant: tip
src/content/docs/identityserver/ui/server-side-sessions/index.md
@@ -9,9 +9,7 @@ redirect_from:
9
- /identityserver/v7/ui/server_side_sessions/
10
---
11
12
-:::tip
13
-Added in Duende IdentityServer 6.1
14
-:::
+<span data-shb-badge data-shb-badge-variant="default">Added in 6.1</span>
15
16
When a user logs in interactively, their authentication session is managed by the ASP.NET Core authentication system,
17
and more specifically the cookie authentication handler.
0 commit comments