Aidan Whitehall
Member since Apr 8, 2011
- Profile: /members/8120-aidan-whitehall.htm
- URL: http://gravatar.com/aidanwhitehall
- Comments: 3
Recent Blog Comments By Aidan Whitehall
-
Overriding Built-In ColdFusion Methods With Custom ColdFusion Component Methods
Posted on Sep 24, 2012 at 11:11 AM
@Pritesh The downside I've found to this is that if within public function a() you call private function b(), where b() is a function name ALSO used by ColdFusion, you can't do this.b() -- Coldfusion reports that it can't find the function b(). At this point, you are compelled to rename b() to some... read more »
-
ColdFusion SESSION Is Always Created Even If OnSessionStart() Fails
Posted on Apr 18, 2012 at 9:49 AM
Ben, I'm seeing EXACTLY this issue, and it's as maddening as hell (largely because it feels impossible to debug). In my app, onSessionStart() instantiates a few objects stored in the session scope and then referenced within onRequestStart(). When a user's session has timed out, onSessionStart() sh... read more »
-
Changes In CFLocation / OnRequestEnd Behavior In ColdFusion 9's Application.cfc
Posted on Apr 8, 2011 at 8:45 AM
Yeah, this has just stung us after our company upgraded to 9.0.1. I've posted this description of the problem, together with a request for a change: http://forums.adobe.com/thread/835623... read more »