1 Reply Latest reply on Oct 9, 2008 4:44 AM by filosganga

    Disable cookies for one context

    filosganga

      Hi JBoss users,
      I work for a mobile trading netbank webapplication using wurfl. One of my requirements is disable cookies server side. In tomcat we can add the file META-INF/context.xml to obtain this consequence.

      In JBoss this method seem don't work for our, there is another option to set, disable or enable?

      this is my context.xml:

      <?xml version="1.0" encoding="UTF-8"?>
      <Context cookies="false" >
      
      </Context>
      


      Anyone can help me?