Clears all sessions from the SSL session cache so that all new connections will be authenticated and incur the public key operation overhead.
WebAPI.bdh
SslFlushSessionCache(): boolean;
true if successful
false otherwise
dcltrans transaction TMain begin SslSetEncryption(SSL_VERSION_SSL3, SSL_CIPHERS_SSLv3); WebUrl("https://www.company.com"); WebUrl("https://www.company1.com"); WebUrl("https://www.company2.com"); WebUrl("https://www.company3.com"); // flush all negotiated sessions SslFlushSessionCache(); end TMain;