IE 6.0 and Image File requests

C

Chandar

Dear All,

Would like to know how Internet Explorer handles requests for images
(gifs, jpgs).

In particular i would like to know on what basis does IE decide to
resend requests for images.
Is it a time bound action ? If yes, what is the default time that it
waits before it sends the request again.

I am using IE 6.0 to test against my own server that is compliant with
HTTP protocol.
I frequently see requests for the same image in my html coming in
multiple times within fraction of seconds. [ I have only one reference
to the image].

Niether am i closing the socket on the server side before sending the
response for IE to send the request.

Any pointers would be welcome.

Thanks in Advance,

Chandar
 
L

Louis Solomon [SteelBytes]

from memory, IE6 doesn't by default cache anything (including images) over
HTTPS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top