cancel
Showing results for 
Search instead for 
Did you mean: 

HttpSession Timeout

Former Member

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

the session timeout is specified in the web.xml deployment descriptor per each application. The default timeout on the Web AS is 30 minutes.

You can change the timeout by editing the corresponding tag of the web.xml descriptor in your SAP NetWeaver Developer studio (preferred way) and then redeploy the application.

There's an option to do it in runtime using the Visual Administrator. You need to go to the Runtime screen of the Web COntainer service. Then you find your application in the tree of all deployed web applications, and lookup the filed to specifyu the timeout. Have a look at this documentation as a reference on how to do it: http://help.sap.com/saphelp_nw04/helpdata/en/a9/7a9602ad094b82a293f06d1cbe2c14/frameset.htm

Hope that helps!

Answers (0)