Session ID caching in mod_ssl

2000-02-09 Thread Anshuman Kanetkar
Hi all. Does mod_ssl ever explicitly turn session ID caching off? At least looking at the source code, it does not appear to do so. Is this intentional? e.g. This is where the default cache mode is overrriden... [from ssl_init_Module() in ssl_engine_init.c] /* * Warn the user that he

Re: Session ID caching in mod_ssl

2000-02-09 Thread Ralf S. Engelschall
On Wed, Feb 09, 2000, Anshuman Kanetkar wrote: Does mod_ssl ever explicitly turn session ID caching off? At least looking at the source code, it does not appear to do so. Is this intentional? [...] if (mc-nSessionCacheMode == SSL_SCMODE_UNSET)