ColdBox Forums Notification: Post to onAppInit fires when?

Title: RE: onAppInit fires when?
Thread: onAppInit fires when?
Forum: Need Help?
Conference: ColdBox
User: lmajano Hi,

The obvious culprit is the ConfigAutoReload flag set to true.

<!--Flag
to auto reload the config.xml settings. False for production. -->
    <Setting
name="ConfigAutoReload" value="true" />

If you have that setting,
then the lifecycle starts from the beginning. So basically, every request is
like a brand new request.

I suggest setting it to false.

Make sure you
read the config settings guide.
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=B2F5DE72-FF65-CEF6-6530F453F51CDE6E