Session ID

Zorp assigns a session identifier to each session that goes through it. This session ID is unique during a single run.

The session ID is made up from the following parts:

The parts discussed above are separated by a slash (/), and the whole session id is enclosed in parentheses.

Example 3-1. Sample session ID

(zorp/intra_http:123/http)
  

Messages that are not related to a service are using a fake session ID with service name: "nosession".