WebConsole User Session Persistence

By default, the session persistence is disabled for WebConsole application with Tomcat restart. You can enable or disable the session persistence with Tomcat restart for Hawk WebConsole application. It is configurable in tomcat/webapps/hawkwebconsole/META-INF/context.xml.

To enable session persistent, comment out the below entry in context.xml:

<Manager pathname="" />

Note 

The above configuration for user session persistence is specific to Tomcat. If you are deploying Hawk WebConsole on any other web server, follow equivalent steps for that web server.