svn commit: r803531 - /ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r803531 - /ofbiz/trunk/framework/base/config/ofbiz-containers.xml

lektran
Author: lektran
Date: Wed Aug 12 14:25:41 2009
New Revision: 803531

URL: http://svn.apache.org/viewvc?rev=803531&view=rev
Log:
Turn off the cross subdomain session valve by default, it creates too many unnecessary sessions and causes issues for other subdomain use cases

Modified:
    ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=803531&r1=803530&r2=803531&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Wed Aug 12 14:25:41 2009
@@ -136,7 +136,7 @@
             </property>
             -->
             <!-- <property name="ssl-accelerator-port" value="8443"/> -->
-            <property name="enable-cross-subdomain-sessions" value="true"/>
+            <property name="enable-cross-subdomain-sessions" value="false"/>
         </property>
         <!-- all connectors support type, host, port, enable-lookups -->
         <property name="ajp-connector" value="connector">