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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to