1.

What Is Default Session Time Out In Tomcat?

Answer»

The DEFAULT session timeout 30 minutes in TOMCAT and can change in $TOMCAT_HOME/conf/web.xml via modify below ENTRY

<session-config>

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

</session-config>

The default session timeout 30 minutes in tomcat and can change in $TOMCAT_HOME/conf/web.xml via modify below entry

<session-config>

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

</session-config>



Discussion

No Comment Found