Concept Flow - How cookies work
Client sends HTTP request
Server checks for cookies
Server sends HTTP response with Set-Cookie header
Browser stores cookie
Browser sends cookie with next requests
Server reads cookie from request
Repeat cycle
This flow shows how a browser and server exchange cookies through HTTP requests and responses.