On Oct 10, 2014, at 1:46 PM, bri...@apache.org wrote: > > + > +.. ts:cv:: CONFIG proxy.config.ssl.session_cache.auto_clear INT 1 > + > + This will set the OpenSSL auto clear flag. Auto clear is enabled by > + default with ``1`` it can be disabled by changing this setting to ``0``. > > .. ts:cv:: CONFIG proxy.config.ssl.session_cache.size INT 102400 > >
What’s the effect of turning off this new setting? Does that leave the session cache in a state where it grows boundless? Does it leave it up to ATS itself to clear it? And if so, do we? Or can a plugin be implemented to clear the cache? — Leif