ZK « Session « JSP-Servlet Q&A





2. JSP Session and ZK Session    zkoss.org

4. Session & Servlet    zkoss.org

5. Questions about servlet lifecycle and session management    zkoss.org

1. A Desktop instance is associated with a servlet session. Does this mean that if I visit the same URL from two different browser windows, two separate servlet sessions are created ?2. Is it correct to say that Executions.forward() does a "RequestDispatcher" forward between servlets, whereas Executions.sendRedirect() redirects the client (via HTTP) ?3. I have a requirement where I need to ...