Session in Servlet and JSP
843833Aug 30 2001 — edited Aug 30 2001Hi
How do I maintain a session in the scenario below:
(1) Servlet A creates a session
(2) Servlet A dispatch JSP A
(3) JSP A capture some user inputs and post to Servlet B
So far both (1) and (2) are working fine, but to get on to (3) the session is lost upon reaching Servlet B
Pls Advise...