I need to know how are Ejb sessions are different from Servlet session ? and what makes us decided which to use ? Moreover do they overlap ? If so how can we make good program to have clear boundary between them ?
What is EJB session? Do you mean Session Bean? I think Servlet Session are purely managed Servlet Container which enable us to state of each HTTP Request .