The default value of Tomcat basic web.xml session

  •    server : Tomcat 8.5.51
  •        OS : Windows 10 Version 1909
  •        blog : blog.csdn.net/shiwanwu
  •  typesetting : Markdown

web.xml path

Here Insert Picture Description

code

  <!-- ==================== Default Session Configuration ================= -->
  <!-- You can set the default session timeout (in minutes) for all newly   -->
  <!-- created sessions by modifying the value below.                       -->

    <session-config>
        <session-timeout>30</session-timeout>
    </session-config>

resource

  • [ tomcat ] tomcat.apache.org
  • [ doc ] tomcat.apache.org/tomcat-8.5-doc/index.html
  • [ Apache ] www.apache.org
  • [Platform] www.csdn.net


Thanksgiving has helped people over the division of all things.
Tomcat is an excellent, open-source Java Web server, it is recommended, it is worth learning.
There is spare capacity, you can understand the Apache, Nginx, JBoss, etc., choose a interest for detailed analysis.

Published 152 original articles · won praise 17 · views 70000 +

Guess you like

Origin blog.csdn.net/shiwanwu/article/details/104407721