Login  Register

r12.2

classic Classic list List threaded Threaded
5 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

r12.2

satish
1160 posts
Hi Erman,

Came across one post in out blog

Reg MES SCReen Timed Out In 30-40 Mins After Setting Session Time Out To 2 Hours. (Doc ID 2183327.1)

Which web.xml it is talking about,is it under $OA_HTML?if yes i dont find any parameter to change the session timeout there.can you please suggest?

Thanks,
syed
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: r12.2

ErmanArslansOracleBlog
Administrator
5737 posts
Hi Syed,

Do it using weblogic console->

Home >EBS_domain_ORAPROD >Summary of Deployments >oacore(1.0.0) >/OA_HTML ->Select Configuration tab.

There you have Session Timeout (in seconds)
Set it from there.

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: r12.2

satish
1160 posts
But where comes the web.xml into picture...I dont see any setting related to timeout in web.xml.i can see the path in console which was directed by you.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: r12.2

ErmanArslansOracleBlog
Administrator
5737 posts
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.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: r12.2

satish
1160 posts
Thank you