Title: Why store session in Session Bean instead of HttpSession?
Hi List,
 
Question:
If I create a Stateful Session Bean from a Servlet, When client A and B use the Servlet, the container creates 2 Stateful Session Beans for each client or creates only one Stateful Sesion Beans for both?
 
Thanks
 
Fei Li
----- Original Message -----
Sent: Wednesday, October 09, 2002 10:59 PM
Subject: Why store session in Session Bean instead of HttpSession?

Hello List;

I wonder why someone would need to use STSB and undergo a resource usage problem instead of just  using the HttpSession.

Is the idea to use your own session object rather than storing objects under keys in the hashtable?


Regards



Cengiz Kayay

Reply via email to