Ir al contenido
Otras versiones

Cargando…

Configuring Tomcat session timeout

Esta página aún no está disponible en tu idioma.

By default, the session timeout is set to 30 minutes.

To change the Tomcat session timeout, edit $TOMCAT_HOME/conf/web.xml and change the values in the session section:

<!-- 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>