Re: [3/3] git commit: TS-3127: Update documentation

2014-10-10 Thread Brian Geffon
This setting has no affect on the ATS session cache implementation, only the OpenSSL implementation. But you're correct in your assessment. So with this option someone will need to force flush. This is something we plan on exposing via a new API. "Normally the session cache is checked for expired

Re: [3/3] git commit: TS-3127: Update documentation

2014-10-10 Thread Leif Hedstrom
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:c