[SPTUsers] Dynamic Cache Handling

Scot Wilcoxon Scot at Wilcoxon.Org
Wed Mar 19 23:01:15 CST 2003


SPT pages are generated based upon the user's configuration.
Is it proper to prevent caching of the SPT pages?
Or did I miss an existing dynamic marker which prevents problems?

The following seems to be the proper incantation (inserted in
*Start.html before DOCTYPE).  

<?PHP
Header("Cache-control: private");
Header("Expires: Mon, 28 Mar 1996 05:00:00 GMT"); # Past date
Header("Pragma: no-cache");
?>





More information about the SPTUsers mailing list