Kevin R
Member since Feb 16, 2011
- Profile: /members/7828-kevin-r.htm
- URL: http://SLORider.com/
- Comments: 2
Recent Blog Comments By Kevin R
-
CFM Templates And Remote CFCs - They're All Just ColdFusion Page Requests
Posted on Feb 16, 2011 at 8:06 PM
[continued] Thus, (1) Why does OnRequest() work in your video, but not for my CFCs? See also: http://corfield.org/entry/Applicationcfc__onRequest_and_CFCs (2) Should I be using OnRequestStart() instead? What do I need to make the result variables available? (3) I need my authentication to run... read more »
-
CFM Templates And Remote CFCs - They're All Just ColdFusion Page Requests
Posted on Feb 16, 2011 at 8:04 PM
I'm confused. This makes perfect sense, yet seems to completely contradict the well-known issue that OnRequest() interferes with remote accessed CFCs! Indeed, when I implement OnRequest() my remote HTTP CFC calls fail. What am I missing? I wish to implement one thing which OnRequest() seems ideal ... read more »