diff options
author | xue <> | 2005-11-16 16:51:22 +0000 |
---|---|---|
committer | xue <> | 2005-11-16 16:51:22 +0000 |
commit | e27780e23d0df3e0a08fd3ae4e60fc81a51d42cc (patch) | |
tree | 73b994002d05dae68126a96e445d407567853021 /demos/personal/protected | |
parent | 5ae99509724875aeb6fa3e602ac57bb696318237 (diff) |
Diffstat (limited to 'demos/personal/protected')
-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>
|