Author: ppitonak(a)redhat.com
Date: 2011-12-08 09:00:36 -0500 (Thu, 08 Dec 2011)
New Revision: 23063
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
Log:
session config fixed
Modified: modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-12-08
13:02:30 UTC (rev 23062)
+++ modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-12-08
14:00:36 UTC (rev 23063)
@@ -103,10 +103,8 @@
<session-config>
<tracking-mode>COOKIE</tracking-mode>
<cookie-config>
- <domain>localhost</domain>
<!-- for Tomcat 7, it has to be set also in context.xml -->
<http-only>false</http-only>
- <path>/metamer</path>
</cookie-config>
</session-config>
Show replies by date