2.2.1.3.1 push-id

The value of this cookie, which consists of an array of characters, identifies the streaming session. The session identifier is assigned by the server in the response to the PushSetup request. The identifier "0" indicates that the client requests the server to create a new session.

The syntax of the push-id cookie is defined as follows.

 session-id    = 1*VCHAR      ; any combination of characters except 0
 push-id       = "push-id="    ( "0" / session-id )