Community Member Profile
- Profile: /members/3588-Ben-Pate.htm
- URL: zenplanner.com
- Comments: 4
- Points: 42
Recent Blog Comments By Ben Pate
-
Delaying ColdFusion Session Persistence Until User Logs In
Posted on Jan 27, 2010 at 12:14 PM
Brilliant. Absolutely brilliant. Mostly, I've ignored this issue in the past, and have only thought about handling it with other (more complex) methods. Your elegant solution that should be standard procedure on every application. Great work! -- Ben... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Jun 30, 2009 at 3:25 PM
Hey Ben, Your site is quickly becoming my "go-to" place for CF answers. Great job! I've bumped in to a similar "Connection Error" problem caused by server side compression that's been described above. My initial fix was to add the 'Accept-Encoding' parameters to each call before sen... read more »
-
ColdFusion Tag Parameters Can Be Included In Separate Files (Thanks Mark Drew!)
Posted on Jun 17, 2009 at 10:04 AM
I've used this in the past with <cfquery> -- it's great for keeping a shared "where" clause separate from the main query. But, does this work with <cfform> ... <cfinput> ... </cfform> too? That limitation used to be there, and it was the main reason I never starte... read more »
-
Using Script Tags As Data Contains In AJAX-Powered jQuery
Posted on Jun 11, 2009 at 3:15 PM
Hey Ben, You can post Javascript along with your HTML if you're willing to do a little extra work on the server side. Something like this: ---- PAGE.CFM --- <HTML> <head> <script src="script.cfm"></script> <script> function callb... read more »



