Assuming that a simplified diagram of an HTTP/1.1 connection in which the client makes a page and an image request with a cookie assignment can be reduced to this:
(Time trasmission of the second request is not that insignificant, it varies depending on the cookie dimension)
Can someone explain me how cookie technology works when, for example, the picture is saved in a different server than the one in which is saved the page? Do the client send the same cookie id, assigned before, to the second server? Or it depends on how servers are implemented?
Let me say, to avoid misunderstandings, that it's clear to me that if the picture is saved in another server the client has to make another TCP connection.
We are obviously working with persistent HTTP sessions and we are not considering any router between C and S.