views:

13

answers:

1

IE8 is caching a lot of data. My application is working fine in other browsers. IE8 even cache data which are submitted using post method. I try to append a random number in url, set no cache header in pages but all in vain. I am so frustrated by this issue. I am not using ajax. This is normal web application using spring mvc. can anyone please give suggestion to resolve this

A: 

Adding a random number to the URL should fix the problem. It always worked for me. Are you sure that the problem is because of caching? Does clearing cache end up fixing the problem?

cjavapro
after i remove the cache manually, it worked fine.