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
After some playing around with Sessions for another project, what i have established is as following:
Retrieving a Single Session should be possible by obtaining ISessionStore via DI and creating a session based on the existing session key. This created session will have the attribute keys
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
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
The text was updated successfully, but these errors were encountered: