Michiel Boland wrote: > > exit.cfm: > <cfexit> > > test_exit.cfm: > <cf_exit> > <cflock name="z" type="readonly" timeout="0"> > <cflock name="z" timeout="1" throwontimeout="0"> > </cflock> > </cflock> > Execution Time > > 1016 milliseconds > > 0 ms ...\APPLICATION.CFM > 1000 ms ...\EXIT.CFM > 0 ms ...\TEST_EXIT.CFM > 16 ms STARTUP, PARSING, & SHUTDOWN > > Note that CF has accredited the 1000 ms to exit.cfm and not test_exit.cfm!
Use method="ExitTemplate" with your cfexit to get the results you want. Jochem ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

