RE: Application.cfc problem - bug or expected behaviour?

2006-07-17 Thread Robertson-Ravo, Neil (RX)
Sent: 17 July 2006 14:04 To: CF-Talk Subject: Re: Application.cfc problem - bug or expected behaviour? why would application.cfm/cfc fire on a CreateObject() call? By definition this file is called up per HTTP request, eh? My guess is you have some global settings in their like DSN or somethin

RE: Application.cfc problem - bug or expected behaviour?

2006-07-17 Thread kola.oyedeji
Neil This is as expected, I would expect Application.cfc to be called once before the page with the createObject() call is executed. HTH k > -Original Message- > From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] > Sent: 17 July 2006 08:19 > To: CF-Talk > Subject: Application.cf

Re: Application.cfc problem - bug or expected behaviour?

2006-07-17 Thread Douglas Knudsen
why would application.cfm/cfc fire on a CreateObject() call? By definition this file is called up per HTTP request, eh? My guess is you have some global settings in their like DSN or something. Look at ColdSpring, it can manange this for you and be kicked off in your initial Application.cfc in yo