Possible Duplicate:
My HTML5 Application Cache Manifest is caching everything
I have made an webapp that could be cached, however the cache created a lot of problems, so I need them all to clear their cache.
Can this be done automatically on my server?
Would any these options work?
- change
<html manifest="cache.appcache">
to<html>
- remove the
cache.appcache
file from the server - add
NETWORK:
title above all resources