Skip to main content
This topic has been closed for replies.

3 replies

Participating Frequently
July 1, 2012

Under Example: error Handling with the onError method, ---> is missing in the onError function.

<!--- The onError method gets two arguments:

      An exception structure, which is identical to a cfcatch variable.

      The name of the Application.cfc method, if any, in which the error

      happened. --->

itisdesign_-_AH
Inspiring
June 29, 2012

As noted by Adam and BKBK in the forums, the following line in onSessionStart (under "Example: a complete Application.cfc") should be changed from:

<cflock timeout="5" throwontimeout="No" type="EXCLUSIVE" scope="SESSION">

to

<cflock timeout="5" throwontimeout="No" type="EXCLUSIVE" scope="APPLICATION">

Related thread: http://forums.adobe.com/message/4525584

Thanks,

-Aaron

Inspiring
June 14, 2012

The sameFormFieldsAsArray should be documented here. The only reference to this in the docs is on the page (http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7fb7.html).