2 Replies Latest reply on Jun 22, 2012 3:48 AM by nimo22

    jboss 7 rename jsessionid for security issues

    nimo22

      I want to hide information about the using technology at the webclient for security issues.

       

      So I want to rename JSESSIONID to anything else.

       

      Can I rename the "JSESSIONID" within web.xml ?

       

      For example:


      <context-param>

          <param-name>javax.faces.JSESSIONID</param-name>

          <param-value>myjsessionid</param-value>

      </context-param>

       

       

      If not, can I rename it in standalone.xml ?

       

      If not, how can I rename it either?