I guess JBuilder supports cookies, since when I use a JSP that gets the
session Id, and do multiple refreshes, it always returns the same session
id. But JB may just not refresh the page.
--ChD

> -----Message d'origine-----
> De:   Robert Nicholson [SMTP:[EMAIL PROTECTED]]
> Date: mercredi 28 février 2001 16:39
> À:    [EMAIL PROTECTED]
> Objet:        Re: JBuilder POST loose session
>
> Does JBuilder's browser support cookies?
>
> > -----Original Message-----
> > From: A mailing list about Java Server Pages specification and reference
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Christophe Dubourg
> > Sent: Wednesday, February 28, 2001 7:21 AM
> > To: [EMAIL PROTECTED]
> > Subject: JBuilder POST loose session
> >
> >
> > >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
> >
>
> ==========================================================================
> =
> 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

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

Reply via email to