# `PhoenixKitWeb.Live.Users.Sessions`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.165/lib/phoenix_kit_web/live/users/sessions.ex#L1)

Live component for managing active user sessions in the PhoenixKit admin panel.

This module provides functionality to:
- View all active sessions across the system
- See session details including user info, creation time, and age
- Revoke individual sessions
- Revoke all sessions for a specific user
- View session statistics

Only accessible to users with Owner or Admin roles.

# `handle_event`

# `handle_info`

# `handle_params`

# `mount`

# `render`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
