打开
$CATALINA_base/conf/web.xml并找到这个
<!-- ==================== 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>
所有Web应用程序都隐式继承自此默认Web描述符。您可以覆盖session-config以及在web.xml中定义的其他设置。
这实际上来自我的Tomcat 7(Windows),但我认为5.5 conf差别不大



