Brian
Member since May 10, 2017
- Profile: /members/13512-brian.htm
- Comments: 5
Recent Blog Comments By Brian
-
Dynamically Enabling / Disabling Session Management In Lucee CFML 5.3.8.201
Posted on Jun 4, 2025 at 10:46 PM
I know this isn't the best place for it, but just as a follow up in case anyone comes here from a web search with a similar issue. What I encountered appears to be a regression of some sort related to a previous bug that CF had regarding ORM stuff. It's not directly related to session manag... read more »
-
Dynamically Enabling / Disabling Session Management In Lucee CFML 5.3.8.201
Posted on May 17, 2025 at 9:20 AM
We just tried updating to CF2021 U20 (on Winder Server, from CF2021 U19), and ran into a weird issue where our application.cfc page is throwing an error stating: Enable SessionManagement to use Session manipulation methods. The component definitely has this line near the top, as it always ha... read more »
-
Exceptions Are For Programmers, Error Responses Are For Users
Posted on May 11, 2017 at 2:03 PM
It looks like my workaround is going to be as follows: 1) Use the "Site-wide Error Handler" in CF Administrator (Server Settings, Settings, Site-wide Error Handler). 2) In the specified template, check against the IPs in the neo-debug XML file (\cfusion\lib\neo-debug.xml under the CF i... read more »
-
Exceptions Are For Programmers, Error Responses Are For Users
Posted on May 11, 2017 at 12:28 PM
Does the onError event handler properly handle a situation where an exception is thrown prior to page execution (presumably during a parsing pass of some sort)? I've used onError in the past and from what I remember it had the same problem. For example, a stray, open CFIF tag somewhere on the requ... read more »
-
Exceptions Are For Programmers, Error Responses Are For Users
Posted on May 10, 2017 at 8:48 PM
I've run into an issue with CF2016's debug/error output. Essentially, we want to not use the global error template on a particular site, thus enabling debug error output for the IPs defined in the CF Administrator. We'd rely on a <CFERROR> tag to send non-dev users a custom error template. ... read more »