6 Replies Latest reply on May 7, 2018 12:41 PM by jewellgm

    Wildfly 8.2.1 issue with JSESSIONID

    n_nagraj321

      Hi All,

       

      I could see that jessionid in wildfly is getting generated with special characters. But in our case we need it with only alpha and numeric.

       

      I have already added the org.apache.catalina.session.ManagerBase.SESSION_ID_ALPHABET parameter with alpha and numeric in the standalone.bat but its still giving the special characters for the jsessionid.

       

      set "SERVER_OPTS=%SERVER_OPTS% -Dorg.apache.catalina.session.ManagerBase.SESSION_ID_ALPHABET=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"

       

      Thanks in Advance.

      Nagaraju