0 Replies Latest reply on Dec 4, 2011 1:30 AM by robertobeeman

    Is it possible to change the JSESSIONID per application level in JBoss AS7?

    robertobeeman

      Hi,

       

          We know that a flag exist in JBoss web container to change the JSESSIONID at the Server Level  

      -Dorg.apache.catalina.JSESSIONID=MYSESSIONID -Dorg.apache.catalina.jsessionid=mysessionid.

       

       

          Is there similar kind of feature available in JBoss AS7 Tesla or any other version to change the JSESSIONID cookie name per Application Level?

       

          While doing some googling i found the "WEB-INF/weblogic.xml" has that feature as <CookieName>  following:

           http://docs.oracle.com/cd/E13222_01/wls/docs81/webapp/weblogic_xml.html#session-descriptor

       

       

      Thanks

      Roberto