{% extends "admin/layout.html" %} {% from "admin/_macros.html" import pagination_nav %} {% block content %} {# Breadcrumb #} {# Page heading #}
Active authenticated sessions. Revoking a session forces that device to log in again. {{ pagination.total }} session{{ 's' if pagination.total != 1 else '' }} total.
{{ flash.admin_success }}
{{ flash.admin_error }}
| User ID | Guard | IP Address | User Agent | Last Login | Actions |
|---|---|---|---|---|---|
| {{ sess.user_id }} | {{ sess.guard }} | {{ sess.ip_address or '—' }} | {{ sess._short_ua }} | {{ sess._fmt_time }} |
{# Revoke all for this user #}
{# Revoke this single session #}
|
No active sessions found.
Sessions are recorded when users log in after the user_sessions table has been created.