Feature: Replace the raw session table (session ID, IP, user agent) on /account/settings?tab=sessions with a meaningful login history that shows:
- Device type (parsed from user agent)
- Location (city, state/region, country) resolved from IP via GeoIP
- Login time
- Current session badge
- Terminate button
Drop the raw session ID and full user-agent string — they provide no value to the user.
Patrick Bass
@mobieus