Guides ยท Technology
Session Management Basics
Keep sessions secure
Session management secures user sessions with httpOnly/secure cookies, rotation after login, timeouts, and server-side invalidation on logout or suspicion.
- cookies
- httpOnly
- secure
- rotation
- expiry
Set Cookies Safely
Use secure/httpOnly/sameSite flags; store tokens server-side if possible.
Rotate and Expire
Rotate after login/privilege changes; set idle and absolute timeouts.
Invalidate
Server-side revocation on logout or suspicion; clear stored tokens.
Keep Exploring
Guides
API Basics
APIs let software request data or actions from other systems through defined endpoints and responses.
Comparison
RAM vs Storage
RAM handles what your device is actively working on, while storage keeps apps, files, and system data available over time.
How it works
Global Positioning System
GPS uses timing signals from satellites to calculate a receiver's position on Earth.
What it is
Blockchain
A blockchain is a distributed ledger secured by cryptography and consensus nodes.