Hi,
  Could you tell me where did you find source codes or other
documentation about Tomcat's implementation ?

> Unfortunately Tomcat3.1 only implements session tracking by cookies (As I
> understood when I studied the source code).
> I had the same problem and extended Tomcat by myself. I wrote a new
> SessionInterceptor and registered it in /conf/server.xml.
> Up to now I haven't experienced any side effects.
>
> reinhard pilz
>
> > -----Original Message-----
> > From: A mailing list about Java Server Pages specification and reference
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Dacian-Virgil Hantig
> > Sent: Friday, June 09, 2000 14:10
> > To: [EMAIL PROTECTED]
> > Subject: Cookies in Tomcat
> >
> >
> >   Hi everybody,
> >
> >   I'm experimenting some problems with Cookies in Tomcat. In
> > Documentation is written that the usage of cookies or URL Rewriting is
> > transparent for the user, but my program DOESN'T work if I have Cookies
> > Prompt and I click to the No when the browser asks me if I want a
> > Cookie. I can't use cookies (BOSS' REQUEST :)!
> >   The cookie in question is the JSESSIONID, probably is the SessionID
> > from the HttpSession, because without this cookie my session goes to
> > hell ... and back :) ... and all my beans are instantiated again, and
> > all my values are lost :(
> >
> >   What can I do? Every little advice is welcome.
> >
> >   Yours,
> >   Dacian
> >

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