Hi,

I've been using <CFCACHE> for a few weeks now with no trouble.  Suddenly
sometime today, I started getting a "CONNECTION FAILED" message. (That's ALL
it said!  The entirety of the error message was just "CONNECTION FAILED")
And none of my pages would load.  Does anyone know what would cause this?  I
commented out my <CFCACHE> lines and the code works fine.  Here's the code I
was using, just in case that matters...this was at the top of my main
INDEX.CFM file for a fusebox application:

<CFSET CACHED_SECTIONS_OF_WEBSITE="home,abou,clie">

<CFIF ListContainsNoCase("#CACHED_SECTIONS_OF_WEBSITE#",
"#left('#attributes.fuseaction#',4)#")>

  <CFCACHE TIMEOUT="#DateAdd("h", "-4", Now() )#">

</cfif>

Thanks,

Eron

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.

Reply via email to