On 23/03/2010 06:58, Goo Sam Kong wrote: > Hi Ben, > > Do you know why Tomcat take some time to close the connection? Is it > predictable?
Tomcat does close the connection. > My Java client is authenticate with Tomcat server using USB based > security token through client certificate authentication. Even though > I removed the token, Java client still able to run until some times, > then force authentication will happen. Closing the connection does not terminate the session. That capability will be available in Tomcat 7. In Tomcat 6 you can control the session timeout. Look for the sessionTimeout connector property. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org