BE SURE TO REMOVE THE DOUBLE QUOTES...SEE REFERENCE MANUAL

-----Original Message-----
From: Christopher Olive, CIO [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 9:38 PM
To: CF-Talk
Subject: RE: App timeout and caching


that is correct, to the best of my knowledge and belief.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-----Original Message-----
From: David Shadovitz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 11:35 PM
To: CF-Talk
Subject: App timeout and caching


Would someone please confirm this?  The behavior, that is, not the
syntax.  Just looking for a second pair of eyes (or whatever your species
uses) on this.

If you use <CFAPPLICATION
APPLICATIONTIMEOUT="#CreateTimeSpan(0,1,0,0)#">, the app will time out
after 1 hour of *non-use*, not after 1 hour.

<CFQUERY CACHEDWITHIN="#CreateTimeSpan(0,1,0,0)#"> will purge the query
from the cache after 1 hour, regardless of page requests.

Thanks.
-David
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to