Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Michael OffnerMichael OffnerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Michael Offner
Michael OffnerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
Created 2 July 2024 at 08:59
Updated 12 February 2025 at 14:15
Resolved 12 February 2025 at 14:15
The idea is to allow an application.cfc to be run once and not for every request
"this.singelton=true"
Naming is a placeholder for now
Background: currently the application.cfc is executed for every request, which adds over head
Things to be considered, currently each request has it's own individual settings and a shared application scope, i.e application action=”update” can change the settings for just the current request