diff options
author | xue <> | 2005-11-26 02:07:41 +0000 |
---|---|---|
committer | xue <> | 2005-11-26 02:07:41 +0000 |
commit | 0be2589471d01ea8471a7bdb297fea98783db12f (patch) | |
tree | 7b1ec50c3de3ef21ce238f91c666a71c08683f2c /demos/controls/protected | |
parent | 7ee7a1ba237755ea1d0c4eef4d667e9c412de082 (diff) |
Diffstat (limited to 'demos/controls/protected')
-rw-r--r-- | demos/controls/protected/application.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/controls/protected/application.xml b/demos/controls/protected/application.xml index 6f8b11bc..50375cc6 100644 --- a/demos/controls/protected/application.xml +++ b/demos/controls/protected/application.xml @@ -7,7 +7,9 @@ </paths>
<!-- modules configured and loaded for all services -->
<modules>
+ <!--
<module id="cache" type="System.Data.TSqliteCache" DbFile="Demo.cache"/>
+ -->
<module id="session" type="THttpSession" />
</modules>
<services>
|