cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout setting

Former Member
0 Kudos

Is there a "timeout" setting where the screen logs you out after a period of inactivity? Is there any way to find out what that setting is - 5 minutes, 30 minutes, etc?

Thanks!

Ivanka

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

To change the timeout setting for Role Expert,login to the server where RE is installed and edit the following file as described below and restart the application.

\usr\sap\<sid>\DVEBMGS<sysnum>\j2ee\cluster\server0\apps\sap.com\REEar\servlet_jsp\RE\root\WEB-INF\web.xml

Change the sesion timeout value as shown below. In this example we are changing the timeout value from 30 mins to 2 hrs.

FROM: <session-config><session-timeout>30</session-timeout></session-config>

TO: <session-config><session-timeout>120</session-timeout></session-config>

Good luck.

Former Member
0 Kudos

We are experiencing a timeout issue with the Role Expert. It seems to end the session after about 30 minutes. We do not experience this problem in the Compliance Calibrator.

Any ideas on how this timeout can be extended?

Sead

Former Member
0 Kudos

The different timeout for CC and RE might be related to having them installed on dif servers or something like that.. but in general I think the timeout settings are set in the Netweaver admin panel (a sys param just like R3) - per NW instance.