Server includes this header in the HTTP response.
Set-Cookie: ShoeSize=10
Then, each time the browser sends a request to that servlet it includes the following header in the HTTP request.
Cookie: ShoeSize=10