When browsing the web, we make requests to a server for a web page. The page is received, but most likely some cookies are saved too.
Can you arrange these steps into their most logical flow?
That's right! Along with receiving the page you requested, some cookie information is sent to your browser too.
Usually a page is requested, then the server responds with the page and cookie information, finally, the browser saves the cookies.