The Tomcat session timeout is specified in your web.xml file, as:
<session-config>
<session-timeout>30</session-timeout>
</session-config>
The default as you can see should be about 30 minutes, but you can try and change that if the defaults are not OK for you.