Now SslSessionData is stored as a field, rather than in the SSLSession as an attribute. This implies a little more cost to create the SslSessionData per connection rather than per SSLSession, but it should be negligible.
Now SslSessionData cannot be retrieved as a SSLSession attribute, but we have explicit APIs to retrieve it, so it should not be a problem.
Now
SslSessionData
is stored as a field, rather than in theSSLSession
as an attribute. This implies a little more cost to create theSslSessionData
per connection rather than perSSLSession
, but it should be negligible.Now
SslSessionData
cannot be retrieved as aSSLSession
attribute, but we have explicit APIs to retrieve it, so it should not be a problem.