1 Reply Latest reply on Sep 2, 2002 7:38 PM by gregwilkins

    Jetty & Cookies

    olisa

      Hello,
      i wanted to disable Cookies on JBoss/Jetty. But i didn't find any Option like in Tomcats context -> cookies="false". Can anyone help me??
      Best regeards
      Oli

        • 1. Re: Jetty & Cookies
          gregwilkins

          There is a setUsingCookies method that needs to be called on the WebApplicationHandler object. This can be called from the XML in a WEB-INF/web-jetty.xml file:

          <?xml version="1.0" encoding="ISO-8859-1"?>



          false