Skip to content

Commit d8f2a06

Browse files
authored
Update src/content/docs/identityserver/aspnet-identity/schemes.md
1 parent d37ca7b commit d8f2a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/identityserver/aspnet-identity

src/content/docs/identityserver/aspnet-identity/schemes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The [User Session Service](/identityserver/reference/services/user-session-servi
6464

6565
- **Default Name:** `"idsrv.session"` (Constant: `IdentityServerConstants.DefaultCheckSessionCookieName`). This often remains consistent, but verify your specific configuration.
6666

67-
Note this cookie is not marked as `HttpOnly`, so it can be accessed in client-side code.
67+
Note this cookie is not marked as `HttpOnly`, so it can be accessed in client-side code. The JavaScript code that is required to check user sessions in the background also requires access to this cookie, and needs it to be `HttpOnly`.
6868

6969
## Common Pitfalls
7070

0 commit comments

Comments
 (0)