cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout of CUP Application?

Former Member
0 Kudos

Hello,

We are on CUP 5.3 SP10.

Can someone instruct me how to extend the timeout of the CUP application? It seems like every 10 minutes or so of inactivity I am getting an error message saying my session has timed out. But my session isn't actually timed out. If I refresh the browser, I am still active and I do not have to re-login.

Is there a way I can avoid getting this error message after 10 minutes? With the way we are implementing the CUP tool, our Security Administrators will likely be logged into the application all day. But they may go more than 10 minutes without accessing the tool. We'd like to extend the "timeout" so we can avoid them getting the error message.

Thanks!

--

Jes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jes,

Session time out can be configured (in Minutes) in "web.xml" file which is at the following location

./j2ee/cluster/server0/apps/sap.com/grc~aeear/servlet_jsp/AE/root/WEB-INF/web.xml

Here is the format

<session-config>

<session-timeout>30</session-timeout>

</session-config>

Best Regards,

Sirish Gullapalli.