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.