Could anyone please help me with this? I have a web page using .manifest for offline storage caching. In that page, I use jQuery ajax call to get the data from the server. I
put the random string into url like "get.php?random="+Math.random()" can solve this problem. It is not the best solution but It works great.