Share via


sid Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The session Id for the session established with an initiateSession request.

Syntax

<sid>integer value</sid>

Attributes

None.

Element Information

Parent Element

Element

Description

initiateSession

Provides a server with required configuration information after the caller is authenticated using a logon request.

Remarks

The session Id returned in this element represents a unique Id used by a Communicator Web Access Server to identify an individual session. The value from this element must be returned to the server with all new requests as the sid attribute of the cwaRequests element.

Examples

A client receives an XML response like the following response to a successful initiateSession Request. The session Id is used in further requests.

<cwaResponses requestProcessed="0">
<requestAccepted rid="1">
   <sid>52</sid>
   <uri>sip:jaya@contoso.com.com</uri>
   <pollWaitTime>3000</pollWaitTime>
</requestAccepted>
</cwaResponses>