Hi Guys,
                 I read Matt's post and it took a while to click - guess I 
am getting old. In the PHP code on the server add:

 <?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>

Must be at the top of the file because any stray output to the browser will 
kill it. You can find details here: 
http://php.net/manual/en/function.header.php

I chased it because I suspect a caching problem with my code. As soon as I 
get a whole class of students hitting the site strange things happen.

Cheers Paul
 

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to