Geoff
Member since Nov 4, 2010
- Profile: /members/7217-geoff.htm
- Comments: 2
Recent Blog Comments By Geoff
-
Storing Your ColdFusion Scheduled Tasks In The Database
Posted on Aug 6, 2011 at 5:31 AM
Just an aside - I was wondering about run.cfm... It's not being called as a custom tag, so I'm thinking you should be <cfabort>'ing rather than <cfexit>'ing ? (Unless I've missed one of your many excellent other posts on cfabort and onRequestEnd of course...)... read more »
-
Changes In CFLocation / OnRequestEnd Behavior In ColdFusion 9's Application.cfc
Posted on Nov 4, 2010 at 3:11 PM
Just to clear this up, is the rest of the template executed? If your redirect.cfm page had: <cflocation url="./index2.cfm" addtoken="false" /> <cffile action="append" file="log.txt" output="Hello!" addnewline="true" /> ...the... read more »