Category "coldfusion"

How to check if cookies exist in ColdFusion 2016?

We just recently upgraded our test server from CF10 to CF16. One of the problems are cookies. After I tried to login to our system message showed on the screen

ColdFusion API and Websockets

I am hoping someone can point me in the right direction. I have a CF2021 Server which uses a Node.js websocket server and CF pages (via javascript) as a client.

Coldfusion cfhttp multipartType - How do I send JSON and file in same request?

I'm up against an API that has very sparse documentation. I've tried everything (more below) but the end result is a response from the 3rd party server: The giv

Unable to match results of php hash_hmac() and coldfusion hmac()

I am working on encrypting a URL and converting a working script from PHP to ColdFusion. I have completed 95% of the work but I am stuck at this point after try

How to install ColdFusion server 2021 (Ubuntu 2.0)

I just started on ColdFusion and went trough the pain of installing it so check below how it went for me.

The ArraySort callback is not sorting my array in the correct order

Using ColdFusion to sort an multi-dimensional array based on a "Price per sq. ft" field from high to low. It has been in production and worked in testing, but

strange issue with coldfusion 2021 datetime as it shows java dump

I am using mysql and one of the column has a datetime datatype, when i do a output, it actually displays a java class, https://prnt.sc/10sgstg so why it is dis

Did ColdFusion 11 hotfixes 12 or 13 break query of queries?

In my code I have a query of query, something like this: <cfset someQueryVar = someComponent.getSomeQuery()> <!--- ... ---> <cfquery name="abc" d

Parsing CSV with coldfusion

I want to create a new function which will take CSV and parse data from it and then write it to database. So far I managed to get this: <cfhttp method="get"

Cold Fusion Output not displaying

I created a web page to compute Dollars and Cents. In our assignment we had a few values that we had to assign such as Pennies = 23; Nickels = 8; Dimes = 34 and

Cold Fusion Output not displaying

I created a web page to compute Dollars and Cents. In our assignment we had a few values that we had to assign such as Pennies = 23; Nickels = 8; Dimes = 34 and

Cold Fusion Output not displaying

I created a web page to compute Dollars and Cents. In our assignment we had a few values that we had to assign such as Pennies = 23; Nickels = 8; Dimes = 34 and