Charlie's Blog

  • home
  • programming
  • music

Category: coldfusion

  • 2016-04-15
  • coldfusion, programming
  • Leave a comment

Breaking change to Elvis operator behavior in ColdFusion 2016

Example of Breaking Change This code runs differently in CF11 and CF2016: But this is apparently not a bug and is in fact the result of a bug fix.

  • 2012-04-29
  • coldfusion, programming
  • Leave a comment

ColdFusion Error: Element USER is undefined in SESSION

But I defined Session.User in the OnSessionStart method! How is this possible?? Turns out, if there’s an error in the OnApplicationStart method, then OnSessionStart will not run before your OnError method is called. And if your OnError method tries to log the Session variables it expects to be there, it will throw this error. Live […]

Powered by WordPress. Reyl Lite designed by Quema Labs.