Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds documentation for the “Active Sessions” feature and wires it into the ASP.NET Core Angular/MVC/React documentation navigation, so readers can discover how to enable and use session tracking/revocation.
Changes:
- Added new
Features-Active-Sessions.mdguide describing enabling, settings, permissions, and lifecycle. - Inserted “Active Sessions” into Angular/MVC/React nav trees and updated “Next” links from Entity History docs.
- Added screenshots for the settings section and the Active Sessions page.
Reviewed changes
Copilot reviewed 7 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/en/nav-aspnet-core-react.json | Adds “Active Sessions” entry to React docs navigation. |
| docs/en/nav-aspnet-core-mvc.json | Adds “Active Sessions” entry to MVC docs navigation. |
| docs/en/nav-aspnet-core-angular.json | Adds “Active Sessions” entry to Angular docs navigation. |
| docs/en/images/active-sessions-settings-inputs.png | New screenshot used by Active Sessions settings section. |
| docs/en/images/active-sessions-page.png | New screenshot used by Active Sessions page section. |
| docs/en/Features-React-Entity-History.md | Updates “Next” link to point to Active Sessions. |
| docs/en/Features-Mvc-Core-Entity-History.md | Updates “Next” link to point to Active Sessions. |
| docs/en/Features-Angular-Entity-History.md | Updates “Next” link to point to Active Sessions. |
| docs/en/Features-Active-Sessions.md | New feature document explaining activation, usage, settings, and behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ular, MVC, and React
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves https://github.com/aspnetzero/aspnet-zero-core/issues/5912
This document explains how to activate the Active Sessions feature, its usage, and its settings.