Concept Flow - How cookies work in HTTP
Client sends HTTP request
Server checks for cookies
Server sends HTTP response with Set-Cookie header
Client stores cookie
Next client request includes Cookie header
Server reads cookie and customizes response
This flow shows how a client and server exchange cookies via HTTP headers to remember information across requests.