ssl/client_cache_size

Parameter

ssl/client_cache_size

Short text

Max. number of session in the SSL client cache

Parameter Description

With this parameter, you can specify the maximum size of the cache for SSL Client sessions. If an SSL Client session can be negotiated successfully with a server, then it is stored in the cache so that it can access the same server again with a reduced authentication client can take place with a shorter and more efficient performance.

The duration for which a session can be reused in the cache is limited. If a session in the cache exceeds its duration, it is deleted from the cache the next time any SSL Client session is started. If an error occurs trying to reuse a session from the cache, this session is also deleted from the cache. When the cache upper limit is reached, the system first tries to delete all sessions that have already exceeded their lifespan. that have exceeded their life. A displacement according to LRU strategy (last recently uses) is applied so that a new session can be accommodated in the cache.

You can change the lifespan of a client session using profile parameter “ssl/client_cache_lifetime”.

Application Area

SNC (SSL)

Parameter Unit

Number of sessions in the cache

Default Value

1000

Who is permitted to make changes?

The customer

Operating System Restrictions

none

Database System Restrictions

none

Are other parameters affected or dependent?

No

Values allowed

Integer value 0 <= n <= 50000A session in the cache occupies approx. 4-8 KB in the main memory

You May Also Like

Leave a Reply?