> <cfset cache_time="2, 0, 0, 0"> > cachedwithin="#CreateTimeSpan(2, 0, 0, 0)#"
Instead, try... <cfset cache_time = createTimeSpan(2,0,0,0)> OR <cfset cache_time = createTimeSpan(0,0,0,0)> And then... cachedwithin="#cache_time#" -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289021 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

