How can I see the servlet session between calls?
Related Questions
- I have created a remote reference to an EJB in FirstServlet. Can I put the reference in a servlet session and use that in SecondServlet?
- What servlet engines support clustering -- that is, sharing of session data across multiple load-balanced web servers?
- When should I use a Stateful session bean and when should I use a servlet session?