Is there a simple way to force an HTTP session on an IS server (6.0) to close? We’ve got a situation where a large number of requests (thousands) are coming to an IS flow service via an HTTP request. The server is properly processing things, but the Statistics page is showing an active session for each of the requests. Those don’t go away until after the 10 minute session timeout period has expired.
I know it’s possible to explicitly close an HTTP session since it is done when you log out of Developer or the Administrator page. I can’t find any way to do it in my code, though. I tried having the client code (which is Java) call the HttpURLConnection.disconnect() method, but that failed to make a difference. Is there something I can add to my flow service that will close the HTTP session?
Thanks,
Skip
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB