Meat tags do not always clear the cache. It is best if this is sent as an 
HTTP header.

<cfheader name="Expires" value="#now()#"> I believe is the correct syntax

Also in some web servers you can add HTTP headers to all requests. If you 
like everything including images to not be cached this would be the way to go.


At 11:26 AM 3/20/2001 -0500, you wrote:
>Hi all,
>
>I'm developing a small intranet app where I have two panes, a top-half and
>bottom-half.
>The top frame contains a table where a user can click on a cell and it
>triggers an update to the bottom frame.
>This only works for the first time a user clicks on a cell.
>Each row has a unique primary key field that I insert into the URL as
>Edit_ID.
>
>The table cell code looks like this:
>
><td class="text"
>DEFANGED_OnClick="top.data_pane.location.pathname='/maintenance/add_project-form.cfm?
>Edit_ID=42';">&nbsp;Test6
></TD>
>
>I also have the following meta tags at the top of each page:
>
><DEFANGED_META http-equiv="expires" content="Thu, 1 October 1998 00:00:00 
>PST">
><DEFANGED_META http-equiv="pragma" content="nocache">
><DEFANGED_META http-equiv="cache-control" content="no-cache">
>
>Is there something I'm missing?
>
>Thanks,
>Kevin
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to