| Administrator | 
		For web.xml, you need to do a manual update->
 example path:
 /u01/install/APPS/fs2/FMW_Home/Oracle_EBS-app1/applications/oacore/html/WEB-INF/web.xml
 
 example entry: (in minutes)
 <session-config>
 <session-timeout>120</session-timeout>
 </session-config>
 
 I need you need to add these etries to the web.xml file, because normally web.xml file doesn't contain any entry for session-config. So this means , the timeout is taken as default unless you add the entries above.
 Note that I didn't test this. So, risk is yours.
 |