Hi Guyz,
    we are developing a web applicaton using servlet, jsp and EJB.we
want to implement session management using Stateful Session Bean as
follows.

1. All the user requests are routed through one common Servlet
(BaseServlet). i.e All our application servlets will be extending this
BaseServlet.
2. In the BaseServlet, A Stateful session bean is used for session
management. The problem is how do i ensure that same bean is being
called when the same user requests for second time.

I have browsed the archieves but there is no information on this. I do
not want to use HttpSession of Servlet Engine.
Without implementing this functionality, we cannot move further in our
application development. So all your responses will be greatly
appreciated.

Thanx in advance,
Sreenivas R.V.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to