cancel
Showing results for 
Search instead for 
Did you mean: 

Session timeout in HANA XS Engine and SAP Webdisaptecher

Former Member
0 Kudos

Hi Team,

Could someone guide on how to setup session time out in HANA.

I know it could be change like:

ALTER SYSTEM ALTER CONFIGURATION ('xsengine.ini', 'System') SET('httpserver', 'sessiontimeout') ='7200' WITH RECONFIGURE;

But there is a session timeout in SAP Webdispatcher as well:

icm/server_port_0 = PROT=HTTP,PORT=$(_HTTP_PORT),PROCTIMEOUT=600

icm/server_port_1 = PROT=HTTPS,PORT=$(_HTTPS_PORT),PROCTIMEOUT=600

In a nutshell, How do i modify session timeout settings for XS apps?

Thanks,

Razal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mohammed,

the parameter you have used is correct. In addition you can modify it as below

icm/server_port_0 = PROT=HTTP,PORT=your port,TIMEOUT=30,PROCTIMEOUT=600


if you still face the session timeout after setting up the above parameter. Then please past the screenshot of the session timeout and also i request you to generate the HTTP watch trace and find the application for which the timeout is happening.


Regards,

Pavan Gunda