To do it programatically, you need to add a no-cache section to the http headers. Try the following in php:
<?php
Header("Cache-Control: must-revalidate");
$offset = 60;
$ExpireString = "Expires: " . gmdate("D, d M Y H:i:s", time() + $offset) . "...