Jason Morgan
Member since Dec 11, 2008
- Profile: /members/1647-jason-morgan.htm
- URL: http://www.congruentmedia.com
- Comments: 1
Recent Blog Comments By Jason Morgan
-
You Cannot Delete Application.cfc Methods In The Pseudo Constructor
Posted on Jun 4, 2008 at 2:38 PM
@Ben You have to delete the event handlers from both the this and variables scopes. <cfset StructDelete( THIS, "OnRequestEnd" ) /> <cfset StructDelete( THIS, "OnRequest" ) /> <cfset StructDelete( VARIABLES, "OnRequestEnd" ) /> <cfset StructDelete( VARIABLES, "OnRequest" ) /&g... read more »