Dave,

>
> I encountered a problem on Friday where a user continued to see an old
page,
> even after I had updated it. I realize this has to due with the users
cache,
> but am wondering if anyone knows of a way/command to clear the cache or
> prevent a site from caching.
> Any help is appreciated
>

To stop a page from being cached by a users browser you need to use the
following HTML meta tags in your pages :

<META http-equiv='expire' content='0'>
<META http-equiv='pragma' content='no-cache'>

I suspect that if the user has set their internet options to "never" check
for page changes then you will be a bit stuck, but any of the other settings
should pick up the addition of these tags and clear their cache or at least
force their browser to load a new copy of the page.

Regards

Stephen
==============================
CF-Europe http://www.cf-europe.org/
Olymia Conference Centre, London
29-30 May 2003
Keynote by Ben Forta and Tim Buntel


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to