<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    According to<br>
    <br>
<a class="moz-txt-link-freetext" href="http://lkamal.blogspot.com/2010/10/jsessionid-tomcat-cookie-change-default.html">http://lkamal.blogspot.com/2010/10/jsessionid-tomcat-cookie-change-default.html</a><br>
    <br>
    This system properties based feature is only available in releases
    newer than Tomcat 5.5.28 and Tomcat 6.0.20.<br>
    <br>
    and one can add it to catalina.sh<br>
    <br>
    <pre>JAVA_OPTS="$JAVA_OPTS 
             -Dorg.apache.catalina.SESSION_COOKIE_NAME=MYJSESSIONID 
             -Dorg.apache.catalina.SESSION_PARAMETER_NAME=myjsessionid"

Cheers

Michael
</pre>
    <br>
    <br>
    On 2/25/11 10:03 AM, Balz Schreier wrote:
    <blockquote
      cite="mid:AANLkTimHVOe6JLp3P0D4sQ-xAWowO0ksEy5EDQhyBYTd@mail.gmail.com"
      type="cite">You guess this is a normal JAVA_OPTION that you pass
      to the JVM when starting it (like the other java options). some
      people call them system properties of the JVM.<br>
      <br>
      <div class="gmail_quote">On Fri, Feb 25, 2011 at 9:59 AM, Michael
        Wechner <span dir="ltr"><<a moz-do-not-send="true"
            href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>></span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div text="#000000" bgcolor="#ffffff"> Hi Balz
            <div class="im"><br>
              <br>
              On 2/25/11 9:52 AM, Balz Schreier wrote:
              <blockquote type="cite">Hi Michael,
                <div><br>
                </div>
                <div>another workaround is to set the following
                  JAVA_OPTION:</div>
                <div> <span style="font-family: monospace; font-size:
                    medium;">org.apache.catalina.SESSION_COOKIE_NAME=myothersessioncookiename</span></div>
                <div><font size="3" face="monospace"><span><br>
                    </span></font></div>
                <div><font size="3" face="monospace"><span>then you
                      souldn't have conflicts neither...</span></font></div>
              </blockquote>
              <br>
            </div>
            Thanks very much for pointing this out. But where/how do you
            set this parameter?<br>
            <br>
            Thanks<br>
            <br>
            Michael<br>
            <br>
          </div>
          <br>
          --<br>
          Yanel-development mailing list <a moz-do-not-send="true"
            href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
          <a moz-do-not-send="true"
            href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development"
            target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br>
        </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>