开发者

Java 1.6 JSSE default SSL session timeout?

开发者 https://www.devze.com 2023-02-18 20:25 出处:网络
What is the default SSL session timeout used by Java 1.6 JSSE? SSLSessionCont开发者_如何学Cext has methods for getting and setting it, but neither it or the JSSE Reference Guide mention any default v

What is the default SSL session timeout used by Java 1.6 JSSE?

SSLSessionCont开发者_如何学Cext has methods for getting and setting it, but neither it or the JSSE Reference Guide mention any default value.


SSLSessionContext itself can't have a default value, because it's just an interface. You need to look at the implementation to find the default value.

http://www.docjar.com/html/api/sun/security/ssl/SSLSessionContextImpl.java.html indicates that it is 24 hours for SSLSessionContextImpl.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号