cancel
Showing results for 
Search instead for 
Did you mean: 

Session not timed out.

Former Member
0 Kudos

Hello Experts,

I have my web application deployed on NW 7.31 Java server. I have set session timeout as below in my web.xml

<session-config>

  <session-timeout>5</session-timeout>

</session-config>

But it does not seem to work as session time out is not happening after 5 minutes of inactivity.

Could you please advise if I am missing some other configuration.

In my application I also have ejb (EJB 3.x Session Bean).

Not sure if I also have to set session time out option in ejb-j2ee-engine.xml.

Could you please help.

Thanks,

Rakesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Rakesh

Please follow steps of session timeout outlined in sap help link:

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/3c/55e137c4af485c89f8c40e51ef589d/content.htm

Cheers,

Tapan