0 Replies Latest reply on Jun 13, 2006 9:16 AM by jtestori

    client disconnected?

    jtestori

      i have a stateful sessionbean for each client that holds some (costly) resources.
      is there a way to find out if the client has disconnected (without logging out)? i don't want to wait for the passivate-timeout, because that would be too long, and i cannot reduce the timeout.