From: fhanik
Date: Thu, 11 Jun 2009 16:37:20 +0000 (+0000)
Subject: Document emptySessionPath behavior
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=187f7f1d25a1905f85a7bb9ab79c681b57714588;p=tomcat7.0
Document emptySessionPath behavior
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783837 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 2cc23e77c..8b1129ae6 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -79,7 +79,13 @@
If set to true, all paths for session cookies will be set
to /. This can be useful for portlet specification implementations.
- If not specified, this attribute is set to false.
+ If not specified, this attribute is set to false.
+ 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.
+ SVN check in
+ Dev discussion
+ Work around
+