> From: Goo Sam Kong [mailto:[email protected]] > Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 > > I noticed there is a error in Tomcat documentation > (http://tomcat.apache.org/tomcat-6.0-doc/config/http.html), the > correct attribute for session cache timeout should be > "sessionCacheTimeout" instead of "sessionTimeout" in HTTPS connector.
Actually, it looks like the code should be fixed, not the doc. The timeout value has nothing to do with the SSL session cache, and the related methods in javax.net.ssl.SSLSessionContext are all for sessionTimeout; there's no mention of a sessionCacheTimeout in that interface. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
