Tim Garver
Member since Dec 12, 2012
- Profile: /members/10490-tim-garver.htm
- URL: http://garver.me
- Comments: 3
Recent Blog Comments By Tim Garver
-
Dynamically Enabling / Disabling Session Management In Lucee CFML 5.3.8.201
Posted on Oct 3, 2022 at 12:54 PM
@Ben, Its interesting that the session still exists even though its disabled. What would happen if you dump the session scope without it being enabled? We use the same technique that @Pete uses to disable sessions if its a bot. That has really helped us keep the memory down on apps that us... read more »
-
Learning ColdFusion 9: A Bug With File-Based Object Caching
Posted on Aug 7, 2014 at 5:38 PM
Ben, I just updated to CF11, i have a function that writes a dynamic cfm to ram:// then includes the cfm inside a savecontent then deletes the cfm Strangely enough this worked fine in CF9 but not in CF11. I get the error Could not determine the last modified timestamp of ram:///myfile.cfm I have ... read more »
-
Building A Simple ColdFusion Dependency Injection Framework
Posted on Dec 12, 2012 at 6:41 PM
Great article! I was wondering what the difference is in this example and object extension? For instance the dao extending the dsn object... read more »