![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
void
DESCRIPTION
If enabled, the internal session
cache will collect all sessions established up to the specified maximum
number (see
SSL_CTX_sess_set_cache_size(3)).
As sessions will not be reused once they are expired, they should be removed
from the cache to save resources. This can either be done automatically
whenever 255 new sessions were established (see
SSL_CTX_set_session_cache_mode(3))
or manually by calling
The parameter tm specifies the
time which should be used for the expiration test, in most cases the actual
time given by
SEE ALSOssl(3), SSL_CTX_sess_set_get_cb(3), SSL_CTX_set_session_cache_mode(3), SSL_CTX_set_timeout(3) HISTORY
|