Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sessions Actuator #1263

Open
thompson-tomo opened this issue Feb 14, 2024 · 1 comment
Open

Sessions Actuator #1263

thompson-tomo opened this issue Feb 14, 2024 · 1 comment
Labels
Type/enhancement New feature or request

Comments

@thompson-tomo
Copy link
Contributor

thompson-tomo commented Feb 14, 2024

Is your feature request related to a problem?

I want to be able to see the current user sessions

Describe the solution you'd like

Actuator needs to facilitate

  • retrieval of a list of all current sessions. TBD should interface require a username but not use it?
  • retrieval of a specific session
  • End a session m

Describe alternatives you've considered

N/a

Additional context

Dotnet session functionality provided via https://github.com/dotnet/aspnetcore/tree/main/src/Middleware/Session/src
API spec is defined at https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/#sessions
The data available is currently limited hence extension issue been logged: dotnet/aspnetcore#54044 but atleast offering some of the functionality ie get based on ID would be possible

@thompson-tomo
Copy link
Contributor Author

thompson-tomo commented Mar 3, 2024

After some playing around with Sessions for another project, what i have established is as following:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant