Author: fhanik
Date: Thu Jun 11 16:37:20 2009
New Revision: 783837
URL: http://svn.apache.org/viewvc?rev=783837&view=rev
Log:
Document emptySessionPath behavior
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=783837&r1=783836&r2=783837&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Thu Jun 11 16:37:20 2009
@@ -79,7 +79,13 @@
<attribute name="emptySessionPath" required="false">
<p>If set to <code>true</code>, all paths for session cookies will be set
to <code>/</code>. This can be useful for portlet specification
implementations.
- If not specified, this attribute is set to <code>false</code>.</p>
+ If not specified, this attribute is set to <code>false</code>.<br/>
+ A side effect to setting this to true, is that if Tomcat creates a new
session it will attempt to use the
+ cookie session id if supplied by the client.<br/>
+ <a
href="http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Request.java?diff_format=h&view=log#rev303682">SVN
check in</a><br/>
+ <a
href="http://tomcat.markmail.org/search/?q=emptysessionpath%20reuse#query:emptysessionpath%20reuse%20date%3A200502%20+page:1+mid:2bocwjhn3cczsoii+state:results">Dev
discussion</a><br/>
+ <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=47298">Work
around</a>
+ </p>
</attribute>
<attribute name="enableLookups" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]