1 Reply Latest reply on Jan 9, 2004 6:51 PM by jonlee

    Cookie and JBoss

    zinni

      Hi ppl,
      I have a servlet that, when someone make login to an application, create a different cookie for each logging application.
      The cookies have a dimension <4K, but I JBoss mantain only 2 cookies.
      Someone can tell me why??
      Should I modify some configuration file???

      Plz help me .....
      Thanks Luca.

        • 1. Re: Cookie and JBoss
          jonlee

          JBoss itself does not handle cookies. JBoss use one of two embedded servlet containers - Jetty or Tomcat. I would refer to the documentation related to those - whichever is appropriate for your situation - for more information. However, both should handle cookies without issue AFAIK. Have you traced the HTTP streams for your cookies?