Cache-Control is a caching header.
The browser can cache the page, and instead of requesting the server, retrieve the page from the cache. As a result, on the page of the old data.
Cache-Control: no-cache, no-store
The title does not allow the browser to cache pages.
The HTTP proxy server can cut the HTTP request headers, and getting a page without a header ( Cache-Control ) can cache it (and old data on the page again), so often (for critical data) a special parameter with a random value is added to the url (fingerprint fingerprint ) this proxy won't exactly cut it.
Stop writing everything on jsp, it hurts subsequent support.