You can change your user session timeout setting within the web.xml file. This file is located in the
<session-config> <session-timeout>30</session-timeout> </session-config>
*Note - To eliminate the user session from timing out at all use 0.
You can change your user session timeout setting within the web.xml file. This file is located in the
<session-config> <session-timeout>30</session-timeout> </session-config>
*Note - To eliminate the user session from timing out at all use 0.