cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

About KeepAlive settings in S4HC

kyamanaka
Explorer
0 Likes
650

Hi Exparts,

Are the validity and validity period of KeepAlive published on the web server of the API destination in S4HC?
API destination:https://myXXXXXX-api.s4hana.cloud.sap

Best Regards,
Kyosuke

Accepted Solutions (1)

Accepted Solutions (1)

Jerry_Lowery
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Kyosuke,

I think your question is more about session management and timeouts - is it correct?

Please be aware you should carefully manage your session usage, especially for high volume in an API scenario.

If you create new sessions with every call vs reuse/dispose of sessions, you will start to hit the upper limit of *unused* sessions (100 I believe, see the notes below) and you will not be able to create a new session until the unused ones are expired/cleaned up. Note that unused sessions are not the same as concurrent sessions that are in used. Unused ones are created, used once and then abandoned (i.e. not "logged off").

please see these notes for more information:

 2760552 - Limitation of generation of HTTP security sessions

3083426 - HTTP Security Sessions in ABAP Systems - Analysis and Logoff

1899896 - Security Sessions / Application Sessions - and timeouts

3319136 - No implicit security session creation for API callers calling an ABAP Cloud system as of 2402

3201227 - 3201227 - Best practices for security session handling for API caller calling an ABAP system

Good Blog about session handling: https://blogs.sap.com/2017/07/17/cloud-integration-how-to-configure-session-handling-in-integration-...

Please let us know if this doesn't answer your question

Thank you

Jerry

 

kyamanaka
Explorer
0 Likes
Hi Jerry,Sorry for the late confirmation. Thank you for information! Each material was helpful. Thank you , Kyosuk

Answers (0)