Skip to main content
Skip table of contents

Disable Tomcat Session Persistence

By default, Tomcat is configured to persist sessions across restarts of the Tomcat server. You are recommended to disable this feature before using SuperWEB2 in production.

To make this change:

  1. Open <tomcat_home>\conf\context.xml in a text editor.
  2. Locate the following section:

    XML
        <!-- Uncomment this to disable session persistence across Tomcat restarts -->
        <!--
        <Manager pathname="" />
        -->
  3. Remove the comments:

    XML
        <!-- Uncomment this to disable session persistence across Tomcat restarts -->
    
        <Manager pathname="" />
    
    
  4. Restart Tomcat or the SuperWEB2 service.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.