Pages

Wednesday, February 29, 2012

Modifying the Session Timeout


The default session timeout for the OTM Web Server is 30 minutes. If you leave OTM idle for 30 minutes, your session will timeout and you will need to log in again. 


For some Oracle Transportation Management installations, you may want to increase this timeout. Please note that increasing the session timeout will increase the load on your Web server and may decrease the number of simultaneous users that can access the system. Oracle doesnt recommend this setting more than 60 minutes. 


To change this setting, edit the web.xml files on your OTM Web Server(s) at
<otm_install_path>/tomcat/conf/web.xml 
<otm_install_path>/glog/gc3webapp/WEB-INF/web.xml


Below line should be edit in each file:
<session-timeout>30</session-timeout>


Change the setting to desired number of minutes. 


Restart the OTM application for these changes to take effect. 

No comments:

Post a Comment