To administer the HTTP sessions, enable the MW_START_ADMIN_SERVLET option in the CfgConfiguration.properties file. Once this configuration procedure is complete, the administration tool is run the first time a connection is made to the servlet.
Any queries from a user are associated with the same session. The session administration tool can be used to have sessions expire after a set period.
It also lets you display all the current connections, with details of their length and the client and server involved.
List
This list shows the existing connections. The following details are shown for each connection:
the session ID,
the client machine's IP address,
the server machine's IP address, and the port contacted,
the time elapsed since the last service call.
Context-sensitive menu
Update
This option updates the display showing the current connections.
Delete
This option lets you delete a session by terminating the server connection.
Exit
This option closes the session administration tool. It does not shut down the Middleware servlet, however. Consequently, queries continue to be processed.
Click below for more information on: