on 10/12/00 12:51 AM, Gavin Myers at [EMAIL PROTECTED] wrote:
> OK, I have watched this thread for the past two days and am now going to
> magically solve the AOL caching issues for everybody.
Or you could use what I use, which is to append a random number as a dummy
argument to all urls, thus tricking the proxy cache into thinking all the
pages are different.
eg.
in application.cfm:
<cfset token="nc=#randrange(0,999999)#">
in template:
<cfoutput>
<a href="page.cfm?#token#">Click here to get the non-cached page</a>
</cfoutput>
This works perfectly and requires no futzing around with meta tags.
--
Rob Keniger
big bang solutions
<mailto:[EMAIL PROTECTED]>
<http://www.bigbang.net.au>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.