Skip to Content

ApplicationName

I just noticed this for the first time. As we all know, each cf application should have a name, and ColdFusion allows one application per server not to have a name. If more than one application does not have a name, scopes can start getting mixed and you can get weird unexplained results (trust me, I speak from experience)
You set the application name like this:

 

	this.name = "myApplication";

However, when you dump the application scope, the variable is applicationname, not name.
Am I the only one who finds this strange?

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.