Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Chavuco #1
ColdFusion Cleans Cache?
I want to be able of cleannig the chae from my site beacuase every time I open a page I need to press F5 to see the real information, cache is not allowing me to see dinamic information.
Chavuco Guest
-
How to call a coldfusion function defined in other coldfusion file??
inside a.cfm, it has code fragment: <cfloop> <cfinclude template="b.cfm"> </cfloop> inside b.cfm, it has code fragment: ... -
Cache?
Hi I'm new to web services but have done a bit with web applications Is there a cache in web services as in web applications I want to read in... -
Cache vs no Cache
All I have the following code in my ASP Pages. These are the first lines of Code in most of my pages. 'Ensure only 20 minute caching... -
Cache
This is the header of my aplication <?php header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header("Last-Modified: " .... -
lwp and dns cache
I was wondering if there is anyway of having lwp cache its dns queries. What I am doing is getting dynamic data from various sites every five... -
JMGibson3 #2
Re: ColdFusion Cleans Cache?
Adding <META HTTP-EQUIV="Expires" CONTENT="01 Jan 2000"> up top with the <HEAD>
tags will force the page to be "expired". Thus, the next client reference to
that page should force a trip to the server for fresh content.
Be aware that the back Button still brings up the cached version, since you
haven't actually "requested" the page.
JMGibson3 Guest



Reply With Quote

