>From inside JBuilder 4, (Tomcat), I have a form that submit data to a
servlet (method=POST).
In the submission form, I display the session Id.
In the POST method of the servlet, which is called when the user SUBMIT the
form, I display the session Id as well.
Using JBuilder, when running the form, I get 2 different Session Id in the
form and the post.
Once deployed, on JRun, the session Id is the same both in the form and the
post method, which is the correct behaviour.
Do you know WHY the Id is different inside the POST method, using JBuilder
(TomCat) ???
This is very annoying, since I can't debug my app from inside JBuilder - I
have to deploy on the server after each modification, restart the server,
and so on...
THANKS for any info on this !!
--ChD
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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