Fix up RequestMap comment.
[shibboleth/cpp-sp.git] / configs / win-shibboleth2.xml
index cd3ba6e..89316ed 100644 (file)
             -->\r
         </ISAPI>\r
     </InProcess>\r
-    \r
-    <!-- This set of components stores sessions and other persistent data in daemon memory. -->\r
-    <StorageService type="Memory" id="mem" cleanupInterval="900"/>\r
-    <SessionCache type="StorageService" StorageService="mem" cacheTimeout="3600" inprocTimeout="900" cleanupInterval="900"/>\r
-    <ReplayCache StorageService="mem"/>\r
-    <ArtifactMap artifactTTL="180"/>\r
 \r
-    <!-- This set of components stores sessions and other persistent data in an ODBC database. -->\r
-    <!--\r
-    <StorageService type="ODBC" id="db" cleanupInterval="900">\r
-        <ConnectionString>\r
-        DRIVER=drivername;SERVER=dbserver;UID=shibboleth;PWD=password;DATABASE=shibboleth;APP=Shibboleth\r
-        </ConnectionString>\r
-    </StorageService>\r
-    <SessionCache type="StorageService" StorageService="db" cacheTimeout="3600" inprocTimeout="900" cleanupInterval="900"/>\r
-    <ReplayCache StorageService="db"/>\r
-    <ArtifactMap StorageService="db" artifactTTL="180"/>\r
-    -->\r
+    <!-- By default, in-memory StorageService, ReplayCache, and ArtifactMap are used. -->\r
+    <SessionCache type="StorageService" cacheAssertions="false"\r
+                  cacheTimeout="3600" inprocTimeout="900" cleanupInterval="900"/>\r
 \r
     <!-- To customize behavior, map hostnames and path components to applicationId and other settings. -->\r
     <RequestMapper type="Native">\r
@@ -49,8 +35,7 @@
             <!--\r
             The example requires a session for documents in /secure on the containing host with http and\r
             https on the default ports. Note that the name and port in the <Host> elements MUST match\r
-            Apache's ServerName and Port directives or the IIS Site name in the <ISAPI> element\r
-            below.\r
+            Apache's ServerName and Port directives or the IIS Site name in the <ISAPI> element above.\r
             -->\r
             <Host name="sp.example.org">\r
                 <Path name="secure" authType="shibboleth" requireSession="true"/>\r
@@ -83,7 +68,6 @@
         -->\r
         <Sessions lifetime="28800" timeout="3600" checkAddress="false"\r
             handlerURL="/Shibboleth.sso" handlerSSL="false"\r
-            exportLocation="http://localhost/Shibboleth.sso/GetAssertion" exportACL="127.0.0.1"\r
             idpHistory="false" idpHistoryDays="7">\r
             \r
             <!--\r