Re: LC Server and forcing page refreshes

2023-06-04 Thread Tim Selander via use-livecode
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) Rewr

Re: LC Server and forcing page refreshes

2023-06-02 Thread Georges Malamoud via use-livecode
You can also add parameters into your .htaccess file on your server (if you have access) RewriteEngine on 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" Georges ___

Re: LC Server and forcing page refreshes

2023-06-02 Thread Tim Selander via use-livecode
Got busy the past couple of days, but just tried this, Ralf -- works perfectly! (Assuming because it changes the cached URL??) Thank you! Tim Selander Tokyo, Japan On 2023.05.30 17:09, Ralf Bitter via use-livecode wrote: Hi Tim, how about adding a query string in the form of a timestamp to t

Re: LC Server and forcing page refreshes

2023-05-30 Thread matthias rebbe via use-livecode
Couldn't you disable the caching with meta html tags? See here for a explanation https://cristian.sulea.net/blog/disable-browser-caching-with-meta-html-tags/ Regards, Matthias > Am 30.05.2023 um 02:32 schrieb Tim Selander via use-livecode > : > > Once again find myself over my head in just

Re: LC Server and forcing page refreshes

2023-05-30 Thread Ralf Bitter via use-livecode
Hi Tim, how about adding a query string in the form of a timestamp to the member’s URL like: ?foo=1685433742125 Ralf On 30.05.2023 02:32, Tim Selander via use-livecode wrote: Once again find myself over my head in just a simple programming project. I made a little club members directory

LC Server and forcing page refreshes

2023-05-29 Thread Tim Selander via use-livecode
Once again find myself over my head in just a simple programming project. I made a little club members directory website, using LC server on on-rev's hosting site. Members can edit their info. I use a form, with the action going to an LC script. This script gets all the post data, shuffles it