From 187f7f1d25a1905f85a7bb9ab79c681b57714588 Mon Sep 17 00:00:00 2001 From: fhanik Date: Thu, 11 Jun 2009 16:37:20 +0000 Subject: [PATCH] Document emptySessionPath behavior git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783837 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/http.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +

-- 2.11.0