Re: session management in EJB
Posted By:
Anonymous
Posted On:
Friday, July 5, 2002 03:13 AM
Please note taht session managemt is handled by your web tier and not by application tier
Re: session management in EJB
Posted By:
Gautam_Marwaha
Posted On:
Tuesday, July 2, 2002 11:24 PM
A lot of places recommend maintaining state in HTTP session (web tier) instead of EJB tier (you would have to use stateful session beans which many consider as a performance drain). With HTTP session based state, one can use stateless sessions beans which are less resource intensive.