Web and Eclipse timeout
Accepted answer
This is defined in the web.xml deployment descriptor for each of the applications:
<session-config>
<session-timeout>360</session-timeout>
</session-config>
Comments
showing 5 of 6
show 1 more comments