Skip to content

Create Actuator Endpoint To Manage Active Spring-Sessions #8278

Closed
@ptahchiev

Description

@ptahchiev

Hello,

I'd like to see all the users that are currently using my website (i.e. all the active sessions) and I think it would be very useful if there was an actuator endpoint to do that (like /management/session). A GET request (like /management/session) would list the sessions or a single session (/management/session/123424345387201few23123), and a DELETE request will kill the session with the given id (/management/session/123424345387201few23123). The information can be easily retrieved from the spring-session repository abstraction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions