SAP TABLES

ssl/server_cache_size SAP Parameter attribute - Size of the server side SSL session cache








ssl/server_cache_size is a SAP Parameter attribute which is used to control Size of the server side SSL session cache information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

ssl/server_cache_size profile paramerter attributes


Parameter Name: ssl/server_cache_size
Description: Size of the server side SSL session cache
Default Value: 8000
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 0 100000
Parameter Unit:
Parameter Group: SSL
CSN Component: BC-SEC-SSL
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation


With this parameter, you can specify the maximum size of the cache for SSL server sessions. If an SSL server session can be negotiated successfully sith the client, it is stored in the cache with the result that further accesses with the same client can take place with a shorter and more effecient authentication (provided the client controls the SSL session caching on the client side).
The duration for which a session can be reused in the cache is restricted. At regular intervals (1/4 of the session lifetime) sessions are deleted from the cache that have exceded their life. When the cache's upper limit is reached the system first tries to delete all sessions that have exceded their life. A displacement according to LRU strategy (last recently uses) is applied so tha a new session can be accommodated in the cache.
The life of a server session can be changed with profile parameter "ssl/server_cache_lifetime".


See SAP Parameter Documentation for full SAP documentation for this profile parameter.