How statefull sessionbean maintain Its convergational state (in ejb sever) .

D

Showing Answers 1 - 2 of 2 Answers

srikanth

  • Oct 27th, 2005
 

statefulsession beans maintains their state by using session id which can be stored in server side and client side using cookies.next time client interact with application with using of session id bean state is coming back from .ser file and services the client

  Was this answer useful?  Yes

Vijii

  • Dec 22nd, 2005
 

Stateful sessions beans maintain their state within the EJB layer itself.It is taken care of by the container,whereas the Web Layer maintains its state using cookies or HttpSession object.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions