If one is storing the client's state in the web layer's HttpSession, do
we need to use SFSB? Why the answer for this question is SFSB and not SLSB?
Q:"In your web application, your
Servlet will need to cache the bean stub as an attribute in the HttpSession object. The HTTP session's state will therefore be tracked and stored in the bean instance. If the client invokes method calls against the same bean stub, the calls are always tunneled to the same bean instance in the container."