Donnie Carvajal
Member since Dec 29, 2010
- Profile: /members/7513-donnie-carvajal.htm
- Comments: 2
Recent Blog Comments By Donnie Carvajal
-
Ask Ben: Ending ColdFusion Session When User Closes Browser
Posted on Feb 7, 2012 at 5:00 PM
We've used code that sets the cookies without the "expires" attribute in most of our applications to accommodate an "automatic logoff" (Let's face it, that's what we're really trying to accomplish here.) The problem that we run into is clustering. In order to cluster a site and... read more »
-
Ask Ben: Accessing Cached CFCs With AJAX via Remote Proxies
Posted on Dec 29, 2010 at 1:04 PM
I really like the article and I've implemented it with success. I'm running into an issue with my code design. I have a webservice class that I need to access from the remote CFC function and I want this webservice class to return the error message. Do you have any suggestions for setting error m... read more »