OSSL-156 — The process cannot access the SSL/TLS session cache
Starting a new SSL/TLS session is a relatively costly operation.
Therefore it is possible to share a session for several connections.
Active sessions are stored in session cache shared by all processes of the proxy. Access to the cache is synchronized by a lock. If the lock cannot be locked, session resumption cannot be used and a new session must be created.