Some browsers (ie 5.0 on Win32 comes to mind) inappropriately cache some
pages. Generally you need to put a <pragma> tag for IE and a <meta> tag
for some Netscape browsers to force it not to cache these pages.
If memory serves we actually put these tags in the app's Application.cfm
file once to force all pages to shove the needed pragma and meta tags onto
every page. Definately not an optimal solution, because some pages should
be cached (then again, if they really were static, they should have been
.html and not .cfm ... but some developers make bad choices on projects).
Ended up being easier to just toss the do-not-cache tags onto every page
than get developers to think a bit about whether or not their content
really was static.
Justin Buist
Trident Technology, Inc.
4700 60th St. SW, Suite 102
Grand Rapids, MI 49512
Ph. 616.554.2700
Fx. 616.554.3331
Mo. 616.291.2612
On Wed, 25 Jul 2001, Russell, Colin wrote:
> I have had some problems with session variables on Mac clients. I end up
> having to refresh the page twice to actually write it. Why??
>
> Colin Russell
>
> http://www.tees.ac.uk/
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com