Session management
A session is a server-revocable fact, not just a cookie — store a hashed token you can list, expire, and kill on demand.
What this skill helps you build
Track every logged-in device, let users revoke any session, and log out everywhere — without weakening day-to-day login.
The production takeaway
A session is a server-revocable fact, not just a cookie — store a hashed token you can list, expire, and kill on demand.
Inside this skill
The full skill expands these implementation areas with decisions, edge cases, prompts, tests, and framework-specific code.
Unlock the full implementation
Paid access includes the complete skill body, implementation prompt, common mistakes, production checklist, and code examples where this skill includes them.