Cookie
A small piece of data stored by the browser and sent back to the server with every subsequent request. Cookies are set via the Set-Cookie response header and transmitted in the Cookie request header. They enable session management, personalization, and tracking. Cookie attributes like HttpOnly, Secure, SameSite, and Expires control security and lifetime.
Связанные протоколы
Упоминается в руководствах
Essential HTTP Headers Every Developer Should Know
HTTP Fundamentals
HTTP Cookies: SameSite, Secure, and HttpOnly Explained
HTTP Fundamentals
HTTP Request Lifecycle: From URL to Response
HTTP Fundamentals
Rate Limiting as a Security Control: Brute Force, DDoS, and Abuse Prevention
Security & Authentication
OAuth 2.0 PKCE for Public Clients: SPAs, Mobile, and CLI Apps
Security & Authentication
API Authentication Patterns: Bearer Tokens, API Keys, and Session Cookies
Security & Authentication
TCP Three-Way Handshake and Connection Lifecycle
DNS & Networking
WebSocket Authentication Patterns
Real-Time Protocols
Laravel Exception Handling: Renderable Exceptions and API Resources
Framework Cookbooks
Load Balancing Strategies for APIs
Performance & Optimization
WebSocket Performance Tuning
Performance & Optimization
CDN Caching Strategies: Edge Caching, Purging, and Cache Keys
Performance & Optimization
RFC 7540: HTTP/2 Protocol Deep Dive
Protocol Deep Dives
RFC 3261: SIP Protocol Deep Dive
Protocol Deep Dives
Migrating from TLS 1.2 to TLS 1.3: Configuration and Compatibility
Migration & Upgrades
CDN Configuration for Dynamic and Static Content
Production Infrastructure
Rate Limiting at the Edge: WAF, CDN, and API Gateway Strategies
Production Infrastructure
API Gateway Request Routing: Path, Header, and Content-Based
API Gateway Patterns
CORS Handling at the API Gateway
API Gateway Patterns