terminateSession 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.

Terminates the session. Any users who have subscribed to the terminated user’s presence see a toast notification that the user is offline.

Syntax

<terminateSession rid="string value"/> 

Attributes

Attribute

Data Type

Description

Rid

String

Request Id. This is a string value assigned by the Unified Communications client. This is a required attribute.

Element Information

Parent Element

Element

Description

cwaRequests Element

Contains one or more methods that a Unified Communications AJAX API Client sends to a Communicator Web Access server.

Remarks

Any requests on a terminated session are rejected. A client can restart another session by calling the initiateSession Request. Because the client still has a valid authentication ticket (because the logon is still valid), he does not need to call the logon Element method again.

Examples

<terminateSession rid="3" />

See Also

Concepts

initiateSession Element