We found that full browser caches are causing the problem on our extranet. This affects only a small number of our users, but we would like to warn them about the problem and give them some guidance on how to fix the problem for ourselves.
We would like to use a similar system with the one used by GMail. When it discovers that the browser cache is full, it doesnβt work as it should, it displays a warning informing users that their cache is full and that this may cause problems with GMail, as well as a link to the Gmail Help page about clearing the browser cache .
Does anyone know if there are any resources or examples of using JavaScript to detect that the full browser cache is not working well?
Thanks.
Clarification:. In fact, we are trying to detect whether the cache is full, but rather whether the script that we configured on the server side to be stored in the cache is repeatedly requested from the server - so that the browser behaves strangely, or as if its cache is not behaves as it should.
Further clarification: Thank you for caching updates. Our scripts are sent with the correct headers, and we see this problem only in IE6 and IE7 - the Mozilla and WebKit browsers seem unaffected - but I'm still not sure how we will use JavaScript and / or XmlHttpRequest to check if the object was extracted from the cache, which allows us to check whether the cache works poorly.
abitgone
source share