0 Replies Latest reply on Jul 30, 2014 6:57 AM by sreedharporeddy

    Exact syntax and the place to change the Jsession cookie name in Jboss 5.1 EAP

    sreedharporeddy

      Hi,

       

      Does anyone has the exact syntax to change the Jsession cookie name to some thing else . I have tried adding the following in run.bat but  could not change the cookie name.

       

      set JAVA_OPTS=%JAVA_OPTS% "-Djava.library.path=%JBOSS_NATIVE_HOME%;%PATH%;%SYSTEMROOT%"  org.apache.catalina.SESSION_COOKIE_NAME=NewSessionID org.apache.catalina.SESSION_PARAMETER_NAME=NewSessionID


      Any pointers on this.