Refresh the application framework, i.e. ?fwreinit=1. Then reset the session and application timeout back to 30 minutes, say.
What has changed from coldbox 3.8 to 4.2? What am i doing wrong?
Please note in this.ormSettings struct I have the following (partial snippet):
dbcreate = “update”,
eventhandling = true,
flushAtRequestEnd = false
This used to work in ColdBox 3.8, however after upgrading to ColdBox 4.2.0, it hasn’t worked
Can you unpack this for us? What doesn’t work? Is there an error? Does your app not behave as expected? Are code changes not picked up? If so, what kind of code changes? Perhaps some debugging code (dump/abort) will show you if the ORMReload() function is actually running. Also, what version of ColdFusion or Lucee are you using?
That’s quite an unexpected observation. Mostly because CF’s ORM engine has no concept of your application’s login. Is there any particular code in your application that only runs when you’re logged in that might make a difference? I don’t think it’s possible that the login is directly the reason for the behavior, but there must be something different about how the app behaves when you’re logged in that affects it.