cancel
Showing results for 
Search instead for 
Did you mean: 

Idle session timeout on S/4 HANA 1610 FP01 regardless of the parameter.

ashrafsharaf
Participant
0 Kudos

Hello Experts,

Our S/4 Hana Server keeps timing out idle sessions after few minutes even though we don't have the parameter rdisp/gui_auto_logout set in any profile.

We tried setting it to something like 60m or 9999 but it still times us out if we stay idle anyway.

Kindly Assist.

Best Regards,

Ashraf

View Entire Topic
BJarkowski
Active Contributor
0 Kudos

There is many reasons why your idle session is being dropped. Could you please paste a print screen of the message you're getting when the connection is dropped?

You can also try to play around with following parameter:

rdisp/keepalive_timeout

Best regards

Bartosz

ashrafsharaf
Participant
0 Kudos

I tried setting the parameter you mentioned to 3600, still times me out of i stay idle for a bit.

BJarkowski
Active Contributor

Hi,

the attached screen clearly says it's not the auto logout functionality.

You can try also with setting the following parameter to some small value (let's say 20):

rdisp/keepalive

This parameter is sending ICMP package to your GUI session, so it may trick your firewall / router.

Best regards

Bartosz

ashrafsharaf
Participant
0 Kudos

Hello,

My OS firewall is turned off and my ports are open, not sure what is causing this.

I'll try editing the parameter you mentioned and see if it helps.

BR,

Ashraf

BJarkowski
Active Contributor
0 Kudos

It can be a network device - I encountered similar issues many times, when router was killing idle connections.

Let us know if the parameter change helped 🙂

Best regards

Bartosz

ashrafsharaf
Participant
0 Kudos

rdisp/keepalive was indeed the problem, changed it to 20 and i am not getting anymore timeouts.

Thanks a lot for the help.