Páginas · Laravilt
Sessions
Show active sessions and let users log out other devices.
->sessionManagement() adds a Sessions page (Laravilt\Auth\Pages\Profile\ManageSessions) listing the user's active sessions. Each session shows its IP address, browser, platform, device and last activity, and the page can log out a single session or all other sessions.
php
Requirements
Sessions are read from the database, so use the database session driver:
env
Laravel 13 ships the sessions table migration by default. Device details are parsed with jenssegers/agent.
Routes
text
In code
The LaraviltUser trait exposes the same data:
php