manu0
Programmer
- Apr 28, 2001
- 54
hello
i have a little problem with IE 5.0x,
when the cache policy in the internet options is set to 'automatically', IE 5 does not get jsp pages from the server if those pages are already in the browser cache... so i should press the reload button to get the most recent page...
even if I use http header options :
Pragma = no-cache
Cache-Control = no-cache
Expires = 0
this is a known bug of IE 5 but is there a trick about that ?