
March 24th, 2004, 11:12 AM
|
|
Contributing User
|
|
Join Date: Sep 2003
Posts: 137
Time spent in forums: 5 m 37 sec
Reputation Power: 0
|
|
Yes and no.
And that's not the answer you hoped for, I'm sure
Yes: You can put the following tag in the header of your page(s)
meta http-equiv="pragma" content="no-cache"
This will tell the browser not to cache the page content and forces it to get the page from the given url.
No: Not all browsers comply to this option.
The browser back/forward/reload buttons all use the localy cached content if it is able to (good for speed and lessens traffic on the net). The no-cache option is html 4.01 legal (probably before 4 too) and created for those situations that the browser should not use it's local cache.
All browsers should comply, but as I stated before, some don't.
I know this isn't the sollution you are looking for, but as far as I know you cannot tackle this problem with 100% guarantee.
|