Has anybody else experienced this problem?
I'm setting the response headers in my JSP pages to contain the following entries:
Cache-Control=private, max-age=0
Expires=-1
Adding these prevents the browser from caching pages, while still allowing me to use the back/forward buttons correctly.
The bug seems to be occurring whenever a new window is openend from IE, if I open a popup window, then go back to the parent window and click the back button, the browser performs another GET request on the page? Regardless of the headers, I thought that the browser back button always used local copies. Has anyone ever experienced anything like this before?
Thanks to anyone who can help.
I'm setting the response headers in my JSP pages to contain the following entries:
Cache-Control=private, max-age=0
Expires=-1
Adding these prevents the browser from caching pages, while still allowing me to use the back/forward buttons correctly.
The bug seems to be occurring whenever a new window is openend from IE, if I open a popup window, then go back to the parent window and click the back button, the browser performs another GET request on the page? Regardless of the headers, I thought that the browser back button always used local copies. Has anyone ever experienced anything like this before?
Thanks to anyone who can help.