Author: markt
Date: Wed Mar 10 16:20:45 2010
New Revision: 921428

URL: http://svn.apache.org/viewvc?rev=921428&view=rev
Log:
More migration notes

Modified:
    tomcat/site/trunk/docs/migration.html
    tomcat/site/trunk/xdocs/migration.xml

Modified: tomcat/site/trunk/docs/migration.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=921428&r1=921427&r2=921428&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Wed Mar 10 16:20:45 2010
@@ -578,6 +578,11 @@ compatibility problems.</p>
       <li>Connector.emptySessionPath: This has been removed. An equivalent
       effect can be obtained by configuring sessionCookiePath="/" in the global
       context.xml (in <code>CATALINA_BASE/conf/context.xml</code>).</li>
+
+      <li>org.apache.catalina.SESSION_COOKIE_NAME system property: This has 
been
+      removed. An equivalent effect can be obtained by configuring the
+      sessionCookieName attribute for the global context.xml
+      (in <code>CATALINA_BASE/conf/context.xml</code>).</li>
     </ul>
 
   </blockquote>

Modified: tomcat/site/trunk/xdocs/migration.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=921428&r1=921427&r2=921428&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Wed Mar 10 16:20:45 2010
@@ -160,6 +160,11 @@ compatibility problems.</p>
       <li>Connector.emptySessionPath: This has been removed. An equivalent
       effect can be obtained by configuring sessionCookiePath="/" in the global
       context.xml (in <code>CATALINA_BASE/conf/context.xml</code>).</li>
+
+      <li>org.apache.catalina.SESSION_COOKIE_NAME system property: This has 
been
+      removed. An equivalent effect can be obtained by configuring the
+      sessionCookieName attribute for the global context.xml
+      (in <code>CATALINA_BASE/conf/context.xml</code>).</li>
     </ul>
 
   </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to