LC Server and forcing page refreshes

Tim Selander selander at tkf.att.ne.jp
Sun Jun 4 07:23:16 EDT 2023


Hi,

Yes, Matthias suggested similar, and it works too. But it slowed 
down the pages a bit, and I'm on the old, slow on-rev server!

Tim

On 2023.06.02 21:57, Georges Malamoud via use-livecode wrote:
> You can also add parameters into your .htaccess file on your 
> server (if you have access)
> 
> RewriteEngine on
> <IfModule mod_headers.c>
> Header add Cache-Control "max-age=1, no-cache, no-store, 
> must-revalidate"
> Header add Pragma "no-cache"
> Header add Expires "Thu, 1 Jan 1970 00:00:00 GMT"
> </IfModule>
> 
> Georges
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list