I am using calls to INET_GATEWAY to return Linear Hash data. However, any subsequent calls with the same parameters do not reach the INET_GATEWAY. They are presumably being returned either by the client browser cache, or the web server cache. The call I am using is intended to return a current list from a table such as free appointments, which is likely to change regularly.
I have tried forcing the client browser to look for changes on every visit to a page, and I cannot find settings to disable caching on the web server.
Does anybody have experience or suggestions of how to handle this?
Regards
Chris Yeowell
AremisSoft (UK) plc
Chris,
I can't remember the exact tag, but there is a tag you can include in the (I believe) section of your HTML page. I believe the tag is NOCACHE or something like that. It tells web servers, proxies, firewalls, etc. to not cache your web page.
It was created exactly for situations like this. This should do the trick for you.
msorrel@greyhound.com
Check your browser is not set to always cache (command differs depending on browser type & version, try 'auto'). You could also try adding the following in the head tags of the web page;
Chris,
How exactly are you requesting the data from your browser? This has an impact on how the browser uses the cache.
World leaders in all things RevSoft
Many thanks for your suggestions on getting around caching of INET_GATEWAY data. We are using ASP pages, and so we can use your suggestion of a timestamp parameter. This seems to provide a good all round solution that doesn't depend on the browser.
Chris Yeowell
How are you using ASP and Inet at the same time? I would be interest in hearing about that. we use IIs and ASP when doing new development, but it would be nice to be able to mingle the two at times.
thanks,
tomhoran@bensoftinc.com