Posted by Jure Erznoznik on 12/06/21 11:23
I make sure that all my pages have the Last-Modified and Cache-control
headers:
Last-Modified: Mon, 08 Aug 2005 12:08:25 GMT
Cache-control: max-age=86400, must-revalidate
While this works well for links and back button in IE 6.0, it fails for
Javascript location.href = "/" statement.
The cache-control header is provided so that IE doesn't squeak about page
being expired when the user presses the back button.
Does anybody know how to get around this?
Thanks,
Jure
[Back to original message]
|