I’m work with RabbitWeb, but that is no my problem. I have a very know problem with ajax application and IE cache. Isn’t specific to rabbit develop, but i think maybe someone in this forum know about this problem and know how to resolve it. All solution i did find in google is for php server. My server is 8-bit rabbit microprocessor, with RabbitWeb add-on module. In Mozilla Firefox i don’t have any problem,it works correctly.
The problem is:
IE Browser caching all, i don’t need that. I need specify no-cache with javascript code, for a dynamically GET method.
If someone know something about this, please help me.
I’m sorry for my bad english. I hope that my orations are understood
My native language is spanish.
The first one tells the browser that the page has already expired.
The second instructs the browser not to cache.
The third is for HTTP/1.0 compatibility.
Are you serving the pages as HTTP/1.0 or HTTP/1.1. I’ve found that cache control works better in version 1.1.