<!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">
    Btw, it comes to my mind now using Mercurial and SVN at the same
    time it probably would<br>
    make sense to make the session id customization configurable by the
    Yanel config such that<br>
    <br>
      JAVA_OPTS="$JAVA_OPTS
    -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
    -Dorg.apache.catalina.SESSION_COOKIE_NAME=HGJSESSIONID
    -Dorg.apache.catalina.SESSION_PARAMETER_NAME=hgjsessionid"<br>
    <br>
    is being set automatically<br>
    <br>
    WDYT?<br>
    <br>
    Thanks<br>
    <br>
    Michael<br>
    <br>
    <br>
    On 2/25/11 10:12 PM, Michael Wechner wrote:
    <blockquote cite="mid:4D682948.2070003@wyona.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Hi<br>
      <br>
      This really seems to work, whereas I am currently using Tomcat
      5.5.33<br>
      <br>
      Cheers<br>
      <br>
      Michael<br>
      <br>
      On 2/25/11 8:53 PM, Michael Wechner wrote:
      <blockquote cite="mid:4D6808C3.10801@wyona.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        According to<br>
        <br>
        <a moz-do-not-send="true" 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 face="monospace" size="3"><span><br>
                        </span></font></div>
                    <div><font face="monospace" size="3"><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>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>