Browser Widget Appears to be caching data (javascript)?

Bob Sneidar bobsneidar at iotecdigital.com
Mon Feb 6 12:30:27 EST 2017


>From Stack Overflow:

"There's no guaranteed way to force the user to clear the DNS cache, and it is often done by their ISP on top of their OS. It shouldn't take more than 24 hours for the updated DNS to propagate. Your best option is to make the transition seamless to the user by using something like mod_proxy with Apache to create a reverse proxy to your new server. That would cause all queries to the old server to still return the proper results and after a few days you would be free to remove the reverse proxy."

Another way is to simple create a redirect on the old page.

Bob S


On Feb 6, 2017, at 09:22 , J. Landman Gay via use-livecode <use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:

I had the DNS caching problem in one project. We had to resort to the "?" trick. Without it, different computers or browsers would all load the older file, which usually didn't update for 24 hours.

--
Jacqueline Landman Gay         |     jacque at hyperactivesw.com<mailto:jacque at hyperactivesw.com>
HyperActive Software           |     http://www.hyperactivesw.com<http://www.hyperactivesw.com/>




More information about the use-livecode mailing list