> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com] > Subject: Re: [OT - question] Limit user sessions in tomcat > > Hmm, last time I implemented a tcp/ip stack (which is more than 10 > years ago) there were no possibility in the tcp protocol to detect a > broken (not closed) connection except via so_timeout which should be > large enough for a webapp to reply.
True, but the browser should be closing its end, which should result in a TCP RST being sent to the server, so the server's TCP/IP stack knows that further sends on that connection are not allowed. Whether or not that information is available down at the Java API level is dependent on the JVM/JRE implementation for the specific platform. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org