Apache Reference: mod_ssl, SSLSessionCacheTimeout
SSLSessionCacheTimeout
Seconds Before a Session Expires in the SSL Session Cache
Syntax: SSLSessionCacheTimeout A
Example: SSLSessionCacheTimeout 1200
Since: Apache 1.3
This directive sets the timeout in seconds for the information stored in the global/interprocess SSL session cache (-> SSLSessionCache) and the OpenSSL internal memory cache. It can be set as low as ``15'' for testing purposes, but should be set to values such as ``300'' or higher for real-world applications.