There is no need to create a session when accessing this page.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1136318 13f79535-47bb-0310-9956-
ffa450edef68
limitations under the License.
--%>
<!DOCTYPE html>
+<%@ page session="false" %>
<%
java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy");
request.setAttribute("year", sdf.format(new java.util.Date()));
<bug>43538</bug>: Add host name and IP address to the HTML Manager
application. Patch by Dennis Lundberg. (markt)
</add>
+ <fix>
+ Add <code>session="false"</code> directive to the index page of the
+ ROOT web application. (kkolinko)
+ </fix>
</changelog>
</subsection>
</section>