Disable session persistence on Tomcat

Procedure

  1. Open the Tomcat conf/context.xml file in a text editor.
  2. Uncomment the <Manager> element:
    <Manager pathname="" />
  3. Save context.xml.