Ahmed El-Rasheedy
Member since Dec 11, 2008
- Profile: /members/1045-ahmed-el-rasheedy.htm
- Comments: 3
Recent Blog Comments By Ahmed El-Rasheedy
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Aug 15, 2007 at 3:41 PM
I was not using the onRequest(). I was only using onRequestStart(). I think I may end up using the onRequest() though since there are many files to update if I use the Application/Request scope vars. The two scenarios that would be affected by using the onRequest() - Flash Remoting and WS do not ap... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Aug 15, 2007 at 1:49 PM
Thanks Raymond.... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Aug 15, 2007 at 1:36 PM
Hi, I am going through converting an application.cfm to an application.cfc and am running into variables that are set in the variables scope in the application.cfm (used to be accessible in all pages of the application). Now those variables are not accessible when I set them in the onRequestStart(... read more »