Hi,

In my application I POST form data to a Login Servlet. If the user is valid a
new HttpSession is created and the request is forwarded to a Profile.html (which
contains frames). One of these frames is a JSP file. But when I try to access
the session object in this JSP, the return from the session.getId() method is
different to that of the Session created in the servlet!

Any idea why this is happening, or any bodyknow of a workaround? Any
comments/advice would be much appreciated...

Thanks,

Stephen

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to