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

Controller for handling user session management.

This controller manages user login and logout operations, including:
- Creating new sessions via email/password authentication
- Handling post-registration and password update flows
- Session termination (logout)
- GET-based logout for direct URL access

## Security Features

- Prevents user enumeration by not disclosing whether an email is registered
- Supports remember me functionality via UserAuth module
- Session renewal on login/logout to prevent fixation attacks

# `add_account`

# `create`

# `delete`

# `get_logout`

# `remove_account`

# `set_active_account`

---

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