Stateful session Beans

A stateful session Bean manages complex processes or tasks that require the accumulation of data, such as adding items to a Web catalog’s shopping cart. Stateful session Beans have the following characteristics:

For example, if you create a session Bean on a Web server that tracks a user’s path through the site, the session Bean is destroyed when the user leaves the site or idles beyond a specified time