Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Session in Servlet and JSP

843833Aug 30 2001 — edited Aug 30 2001
Hi

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...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 27 2001
Added on Aug 30 2001
3 comments
119 views