Tags


All ColdFusion Posts

Given a particular `applicationName` and `JSessionID` in ColdFusion, the following code will return a dump of the user's session. <cfparam name="url.applicationName" default="" type="string" />...
The installer for the IIS connector in the base ColdFusion 10 installer does not support IIS 10.0 in Windows Server 2016/2019. After you install ColdFusion 10, or if you manually try to run the connec...
When ColdFusion or Tomcat throws a 500 server error, it returns a response code to IIS of 500. By default, IIS intercepts this status code and presents a "friendly" IIS error page instead of returning...
My company has recently purchased new web server load balancers, and part of our migration will be offloading SSL requests from the web servers to the load balancer itself, to make administration of S...