on ‎2024 Jul 11 8:25 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 35 | |
| 26 | |
| 21 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.