HTTP Concepts

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.

Protocolos relacionados

Veja também