Can tomcat send out event about persistent connection being closed?

2007-02-26 Thread M M
I am using Tomcat 5.5 and I would like to bind the HttpSession lifecycle with its underlying persistent connection lifecycle. Partically, if the persistent connection is closed due to connectionTimeout or client program exits, I would like to invalid the client's HttpSession, and if the

RE: Can tomcat send out event about persistent connection being closed?

2007-02-26 Thread Caldarale, Charles R
From: M M [mailto:[EMAIL PROTECTED] Subject: Can tomcat send out event about persistent connection being closed? I am using Tomcat 5.5 and I would like to bind the HttpSession lifecycle with its underlying persistent connection lifecycle. A couple of issues: 1) There may

Re: Can tomcat send out event about persistent connection being closed?

2007-02-26 Thread M M
users@tomcat.apache.org Sent: Monday, February 26, 2007 4:28:58 PM Subject: RE: Can tomcat send out event about persistent connection being closed? From: M M [mailto:[EMAIL PROTECTED] Subject: Can tomcat send out event about persistent connection being closed? I am using Tomcat 5.5 and I would

Re: Can tomcat send out event about persistent connection being closed?

2007-02-26 Thread Gary Evesson
On 2/26/07, M M [EMAIL PROTECTED] wrote: Thanks for your reply. Our client application will always use keep-alive which is the default beahvior of HTTP/1.1 and it does not do simultaneous connections to the web server. Thanks. Monica Why use HTTP for a connection that is persistent?