Does every web request send the browser cookies?

Does every web request send the browser’s cookies?

I’m not talking page views, but a request for an image, .js file, etc.

Update
If a web page has 50 elements, that is 50 requests. Why would it send the SAME cookie(s) for each request, doesn’t it cache or know it already has it?

8 Answers
8

Leave a Comment