Not so much session caching this time, but cache stats. Is there a way to reset these other than directly accessing the structure members - for instance when the cache is purged? I noticed they did not get reset when the cache gets purged using SSL_CTX_flush_sessions(ssl_ctx,0). I also did not find any library calls that cleared these explicitly. I would like these stats to reflect the number of connects, reused sessions, renegotiated sessions, etc. since the last time the session cache was empty, rather than since the process started, since it is entirely feasible for this process to run for weeks, or even months without a restart - and at high traffic operation. I don't want to overrun the variable. If there is nothing like this present, I will just have to write a call myself. TIA Lou ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]