Re: Using Stateful Session Bean in a Web Farm/Server Farm.
Posted By:
anup_katariya
Posted On:
Monday, April 23, 2001 02:07 AM
Hi,
You can definitely use the stateful session bean. State of the bean is maintained as long as the session is valid. Also there is instance of a bean
per client and not per request.
So your bean can handle multiple requests from the same client.
But once the client is logged out or session time out occures you loose your data