[java-idp-tomcat-base] 03/03: Disable session persistence
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 8 15:15:11 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 8.0
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=ed1fcf4e749c7e769b4d20ab34ea88bef67c5101
commit ed1fcf4e749c7e769b4d20ab34ea88bef67c5101
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 8 14:13:09 2016 -0500
Disable session persistence
---
src/main/resources/tomcat-base/conf/context.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/main/resources/tomcat-base/conf/context.xml b/src/main/resources/tomcat-base/conf/context.xml
index 98727cb..0cf4d24 100644
--- a/src/main/resources/tomcat-base/conf/context.xml
+++ b/src/main/resources/tomcat-base/conf/context.xml
@@ -24,9 +24,7 @@
<WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
- <!--
<Manager pathname="" />
- -->
<!-- Uncomment this to enable Comet connection tacking (provides events
on session expiration as well as webapp lifecycle) -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list