diff options
-rw-r--r-- | demos/personal/protected/application.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/personal/protected/application.xml b/demos/personal/protected/application.xml index 260f26c7..8b9c46d0 100644 --- a/demos/personal/protected/application.xml +++ b/demos/personal/protected/application.xml @@ -8,7 +8,7 @@ <!-- modules configured and loaded for all services -->
<modules>
<!-- make sure the path "protected" is writable by web server process if you enable this cache
- <module id="cache" type="System.Data.TSqliteCache" DbFile="Demo.cache"/>
+ <module id="cache" type="System.Data.TSqliteCache" DbFile="Application.cache"/>
-->
<module id="session" type="THttpSession" />
</modules>
|