How to disable SSL session resumption?
843811Jan 15 2007 — edited Jan 15 2007Hi,
I was wondering if there was a way disabling SSL session resumption all together when using SSLSockets. I found that the minimum size of the session cache (set via SSLSessionContext.setSessionCacheSize) is 1. In other words how to force a full session renegotiation every time on client side?
- Thanks