let me guess, are they IE users? :)

you can add cache control headers via cfheader which can tell the
browser not to
cache pages....

<cfheader name="Expires" value="#GetHttpTimeString(Now())#">
<cfheader name="pragma" value="no-cache">
<cfheader name="cache-control" value="no-cache, no-store, must-revalidate">

z

On Wed, Nov 26, 2008 at 12:50 AM, Claude Raiola <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> some of my clients that use my cf site have their browser set so their
> browsers check for new version of the page Automatically rather than every
> time a page is visited. As the clients are set up in a corporate network
> it's the policy of the corporate IT dep. to have all internet browser set to
> check for new versions of the page Automatically.
>
> as a result my clients are adding records into the database successfully
> however not seeing the entries in the reports immediately unless they
> manually force the page to refresh and update.
>
> What's the best approach to have each of my report pages to never cache the
> contact displayed on the page to ensure each time the report is run the
> report will always have the latest data from the database rather than
> displaying a cached version which often is not a true reflection of the
> records in the database
>
> Regards
>
> Claude Raiola
> B.Econ (Acc), B.Hot.Mngt.
>
> Websites:
> www.AustralianAccommodation.com
> www.SAMARIS.NET
> www.WebSiteSolutions.com.au
> Mobile: 0414 228 948
>
>
>
> >
>



-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to