I'm having the same problem at the monent. When I forward to a new JSP and print
out the session ID, it seems to have created a new session & all my bound
objects are lost! This never happened previously - I have just added new JSP's
to my application.

Any one got any idea's?

Stephen



David Reck wrote:
>
> I am having an issue with a the session ID.  From within a servlet I add an
> object to the session.  Then I print the session id to the log file then from
> within the servlet I use the forward command to another jsp page.  when I check
> the value of the session id from within the jsp page I have a different session
> id and can't get to the object added in the servlet.  Why is the session id
> changing?  What do I need to do differently?
>
> Dave
>
> *******************Internet Email Confidentiality Footer*******************
>
> Privileged/Confidential Information may be contained in this message.  If you
> are not the addressee indicated in this message (or responsible for delivery of
> the message to such person), you may not copy or deliver this message to anyone.
> In such case, you should destroy this message and kindly notify the sender by
> reply email. Please advise immediately if you or your employer do not consent to
> Internet email for messages of this kind.  Opinions, conclusions and other
> information in this message that do not relate to the official business of my
> firm shall be understood as neither given nor endorsed by it.
>
> ===========================================================================
> 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

--
._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.
 Stephen Redmond                        Logica (Mobile Networks)
 Tel:   +353-1-8193673                  5 Custom House Plaza,
 Fax:   +353-1-8193401                  Harbourmaster Place,
 mailto:[EMAIL PROTECTED]             Dublin 1,
 http://www.logica.com/telecoms         Ireland.
._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.

===========================================================================
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