Java Web Service creates large number of Tomcat sessions

chunf

New Member
I have Java Web Service running in Tomcat on Linux. The JWS will continue to create new sessions for each call. I would like to remove / kill the sessions once the user has completed the WebService call. Does anyone have experience with this? I can't decrease the timeout as the WebService is part of a larger app.
 
Back
Top