cancel
Showing results for 
Search instead for 
Did you mean: 

Administrator and Guest Login Sessions in Visual Admin

Former Member
0 Kudos

Hi,

I am seeing many administrator login sessions in Visual admin even after its been completely logged off and required to terminate manually. Even some of the sessions after terminating reappears in the list and some are not terminating even after selecting terminate option.

Can anyone tell why the Guest user session as well as administrator sessions appears even though no user logged in with those accounts.

Thanks,

HARISH M S

Edited by: HARISH M S on Aug 12, 2009 12:27 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There is a session inactivity timeout which by default is set to 30 mins. Once the session is active it will stay until the timeout happens. You can find modify the timeout in web.xml. The timeout should be set according to business requirements.

/usr/sap/<SID>/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/web.xml

<session-config>

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

</session-config>

Former Member
0 Kudos

We have only using J2EE engine, Portal is not yet installed in our system.

Edited by: HARISH M S on Aug 12, 2009 5:45 PM