<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Balz<br>
      <br>
      Thanks for pointing this out. I think we should add a note, such
      that administrators can possibly<br>
      reconfigure. Where do you think such a hint should be placed?<br>
      <br>
      Personally I think it is good to have it enabled, because it means
      that users will stay signed in also<br>
      after a restart, but of course that depends on the situation and
      does not always make sense.<br>
      <br>
      Thanks<br>
      <br>
      Michael<br>
      <br>
      Am 23.06.15 um 13:14 schrieb basZero:<br>
    </div>
    <blockquote
cite="mid:CAOXzDSFzuq-E9CyAgiSnGghRySA7mEeFx7vKqENT6z=6O9x1jQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Maybe I'm the only one who did not know this but
        Tomcat has Session Persistence ENABLED per default. 
        <div><br>
        </div>
        <div>This means that during shutdown, all sessions get
          serialized into the file </div>
        <div>work/Catalina/localhost/_/SESSIONS.ser<br>
        </div>
        <div><br>
        </div>
        <div>and get restored into memory at startup.</div>
        <div><br>
        </div>
        <div>If you run an application with thousands of sessions,
          shutdown and startup time can become quite long.</div>
        <div><br>
        </div>
        <div>To disable session persistence, just uncomment this line
          in conf/context.xml :</div>
        <div>
          <div><Manager pathname="" /></div>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>Cheers, Balz</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>