[Date Prev][Date Next] [Chronological] [Thread] [Top]

Fwd: Re: OpenLdap Fails with JNDI/SSL Connects



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