Articles with tag : coldfusion 2018
Hi Experts, CF 2023: Suddenly today CGI.HTTP_REFERER getting empty value and some of the pages of application are not working as expected. Any reason? I have three apps, only one of the application has this issue. Thanks for you support
This blog provides an overview of the language enhancements introduced in the ColdFusion 2025 release. These enhancements aim to boost developers' productivity by enabling them to achieve more with less code. In this blog, I will cover the major lang...
CFML allows trailing commas wherever a comma separated list of value can be provided and more values can be added. This feature is especially useful when working with long lists or when your code structure might change frequently It allows: * Easier...
An interrupt is an indication to a thread that it should stop what it is doing and do something else. It's up to the programmer to decide exactly how a thread responds to an interrupt, but it is very common for the thread to terminate. This is partic...
Multiple Exception Handling in single catch clause Exception handling is a fundamental part of writing robust and maintainable applications. In CFML, exceptions are usually handled within try, catch, and finally blocks. Typically, developers use cat...
We use Dailyrazor as our web host. Over the past couple of days our CFM forms have been acting strange. Every time a form is submitted it now has a JS header forwarding the browser to a site in Japan. None of the form is processed. Our host was hacke...
Step 1: Install and Configure Apache on Server1 1. Install Apache on Server1. 2. Configure the necessary Apache settings as per your requirements. Step 2: Install ColdFusion on Server2 1. Install ColdFusion 2025 (or 2023) on Server2. 2. Config...
This blog covers the language enhancements in ColdFusion 2025. This blog post is the second in the series detailing the enhancements made to ColdFusion Markup Language for the ColdFusion 2025 release. To explore other enhancements, please refer to t...
User management is a fundamental aspect of application development. Whether you're building a consumer-facing app or an enterprise solution, handling authentication, authorization, and user data is a critical challenge. In many cases, user data needs...
With the evolution of authentication and API standards, integrating Exchange Online with ColdFusion requires adapting to new technologies. Previously, developers connected to Exchange Online using the cfexchangeconnection tag alongside various cfexch...
OAuth 2.0 is the industry-standard protocol for authorization, designed to simplify client development while offering specific authorization flows for applications. By integrating OAuth through providers, developers can decouple the authorization as ...
When troubleshooting performance issues in ColdFusion, analyzing thread and heap dumps can help diagnose bottlenecks, memory leaks, and deadlocks. The ColdFusion Performance Monitoring Toolset (PMT) is the recommended method for capturing Thread and ...
ColdFusion (2025 release) introduces enhanced charting capabilities, making it simpler to create dynamic, interactive dashboards. These charts help turn raw data into valuable insights, allowing users to analyze trends and make informed decisions. Wh...
I have a table with UNIX timestamps. I'd like to get a count of events for "today". So I'd like the query to find any event between 1 second after midnight and now. I'm using this on a forum to see if we reached our goal number of posts per day. Befo...
Do you know how to quickly and easily find the EULA (End User Licensing Agreement) for your installed ColdFusion version? Sure, you can search for and find one online (I show links to those below), but did you know it's actually available as a file ...