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?

Make request for page from serverServer responds with page and cookiesBrowser displays page and saves cookies

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.