diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 4ecb1af72e..9b3c77b8c7 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -263,6 +263,10 @@ $apps[$x]['default_settings'][$y]['default_setting_description'] = "Whether to regenerate the session ID."; $y++; + //cache details + $y=0; + $apps[$x]['cache']['key'] = "directory.\${extension}@\${user_context}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_extensions";