My Oracle Support Banner

Oracle WebCenter Sites WEM SSO Java API Connection Handling (Doc ID 1544610.1)

Last updated on SEPTEMBER 30, 2022

Applies to:

Oracle WebCenter Sites - Version 11.1.1.6.0 and later
Information in this document applies to any platform.

Goal

How are connections managed by the CAS SSO API after a multi-ticket is retrieved from WCS and how can we close the connection gracefully to avoid multiple CLOSE_WAIT states?

Code snippet:

SSOSession ssoSession = SSO.getSSOSession(configurationLocation.toString());
multiticket = ssoSession.getMultiTicket(configurationHandler.getUserName(), configurationHandler.getPassword());

// Expecting some API interface to close the connection here....
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.