I put this line of code in the .aspx file (normally I dont need to do this):
<%
@ OutputCache Duration="999999" VaryByParam="none" %>
I have tested with IE and Firefox after I cleared cookies and everything:
1. Firefox:
It looks OK as I can't see it's loading 10 pictures or more, it responds quite fast so I assume it reads these pictures from its cache.
2. IE
I can see clearly it's loading and sometimes it's quite slow to display all the pictures. I checked the temporary folder of IE and see that all pictures from Nirvanix have been cached but the Expires is always be set 1 hour ahead of the current time, whereas the other pictures from other sites is None.
Can you help???