Tularis wrote:
I'll try this out and see what I get. Though I have read that not all browsers follow cache-control directives ...I adives to make sure the browser doesn't cache it *at all*. This can be done using (one, or more) of the following headers:// HTTP 1.1 compliant: header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); // HTTP 1.0 compliant: header("Pragma: no-cache");
This would cause the load on my web server to increase for those pages though ... might there be another way?
If not then it will have to do ...
Thanks for the advice!
Jc
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php