Do scheduled tasks load the Application.cfc in the same way as web pages?We have a task which runs nightly and needs to use a services cfc loaded into the application.Will the application scope exist
So a client right now is asking me to send requests that are synchronous to an example he gave me that is in Coldfusion, and seeing as I have no real experience with Coldfusion I was wondering how I c
I am attempting to submit a querystring to a ColdFusion page.I would like the ColdFusion page to return true or false based on whether the login in successful.
Is there a way to specify the component path in thetag? I am using ColdFusion Components for my application. My application has several folders, however, and each time I want a CFC to work, I have to
We are looking to integrate Memcached into our infrastructure, but have 开发者_如何学JAVAa security concern before we do. We run several platforms including ASP.NET and ColdFusion and have many app de
If you work with ColdFusion, you\'ve probably gotten used to either line-wrapping or horizontal scrolling.Infrequently, this isn\'t so bad, but when three out of four lines in an existing code base ar
I am creating开发者_高级运维 a multilingual site that will need to support at minimum five different languages, including Korean and Chinese. The site language is ColdFusion, so Java is the native lan
I\'ve written a database load script in ColdFusion and I\'m having a problem that the script slowly runs out of memory. I\'ve split each table load into its own thread with <cfthread> and I\'m c
Is 开发者_JAVA百科there a maximum number of email addresses that can be included in a cfmail message? Is this number the maximum in each of the to, cc, and bcc or a combined maximum?I don\'t know if c
Background: I have a new site in the design phase and am considering using ColdFusion. The Server is currently set-up with ColdFusion and Python (done for me).