The code posted to invalidate the a session will work for sequential
connections to the same server. However concurrent connections
still won't work. Right after a connection you could call
SSLConnection.setEnableSessionCreation( false ); This will
invalidate this session to be used in the future.
Cameron Morris
|