Posted By:
Anonymous
Posted On:
Tuesday, December 11, 2001 01:37 AM
How can I invalidate ssl session in HttpsURLConnection object?
In java program I open connection to www server with HTTPS protocol (HttpsURLConnection object). After that I need to open another connection to the same server, but with new SSL session, not to reuse (join) existing SSL session.
I´m using java 1.1.8 and jsse 1.0.2.