4 Replies Latest reply on Feb 3, 2008 4:15 PM by oskar.carlstedt

    Detect client disconnection

      Hi,

      I have a jsp page that call stateless session bean (ejb3).
      The stateless session execute processes during 45 seconds and return result to de jsp page. If a client called the jsp and close internet browser after 15 seconds. The stateless session bean and the jsp page continu to run during 45 seconds without catch the client disconnection.

      My question, Is it possible to stop stateless session bean and the jsp when a client closing the browser session?

      Thanks!

      Charles