Joined: October 29th, 2004, 4:42 pm Posts: 1 Location: West Sussex UK
|
I am trying to make a web-based Opus publication download each time rather than use cached files by using the following header.
<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>
However it does not seem to work, but the publication is running successfully. The publication is part of a series of linked publications that use session cookies.
Has anyone any idea why not?
_________________ Bob Russell
For this message bob russell has been thanked by : mackavi
|
|