Concept Flow - Setting and reading cookies
Client sends request
Server reads cookies from request
Server processes request
Server sets cookies in response
Response sent back to client with Set-Cookie header
Client stores cookies
Next request includes stored cookies
This flow shows how a client sends a request with cookies, the server reads them, processes the request, sets new cookies in the response, and the client stores them for future requests.