1 Reply Latest reply on Mar 26, 2002 7:52 AM by annegret

    Stateful Session Bean Timeout

      I've a servlet application that requires user login. Upon login, several stateful Sessions are instantiated, to be used when serving subsequent request by the user. It appears that after a certain amount of idle time the EJB container expires these Sessions. Unfortunately, the user's HTTP session has NOT yet expired, and an error is returned.

      This seems to be a default behavior. Is it possible to configure JBoss(2.3.4), or a container it deploys to set, or perhaps eliminate this timeout? I can't find the answer, after having scoured the docs and this forum.

      -Peris