We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcc2b9b + 860936d commit 67c0c79Copy full SHA for 67c0c79
1 file changed
system/Bootstrap.cfc
@@ -33,7 +33,7 @@ component serializable="false" accessors="true" {
33
param name="COLDBOX_APP_KEY" default="cbController";
34
param name="COLDBOX_APP_MAPPING" default="";
35
param name="COLDBOX_WEB_MAPPING" default="";
36
- param name="appHash" default="#hash( getBaseTemplatePath() )#";
+ param name="appHash" default="#hash( getBaseTemplatePath() & application.applicationname )#";
37
param name="lockTimeout" default="30" type="numeric";
38
param name="COLDBOX_FAIL_FAST" default="true";
39
0 commit comments