I have two identical instances of the Java EE Application deployed in two different servers. However, in server A (HTTP, pragma: no-cache), page refreshes fine while in server B (HTTPS, Cache-Control: no-cache), page refreshes with old data retained. I'm curious about the difference since it's the only obvious difference in the headers sent.
Asked
Active
Viewed 1,089 times
2
-
2This has already been answered here http://stackoverflow.com/questions/10314174/difference-between-pragma-and-cache-control-headers – SinOB Jun 19 '12 at 07:53