In my web application there is some problem due to browser cache.
How to clear the browser cache when loading my jsp page?
How can i include clear cache code
The same effect can be achieved by using meta tags in the HTML header:
The Cache-Control header was added in HTTP 1.1, while the other two were also present in HTTP 1.0.