IE7 not Caching CSS Image over SSL

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2009-09-23T19:43:01Z Indexed on 2010/04/21 20:13 UTC
Read the original article Hit count: 264

Hello, I'm using the WebDevHelper toolbar for Internet Explorer to troubleshoot HTTP requests/roundtrips on my SSL site and noticed that IE re-downloads my CSS :hover images every time they are triggered. This causes a huge amount of roundtrips.

How can I prevent this from happening?

Edit: All static content is served with cache-control: public, so images, javascript etc. are cached in Firefox and Chrome. This problem is IE specific.

© Stack Overflow or respective owner

Related posts about css

Related posts about ssl