Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Methods in the Siebel Analytics Web SOAP API >

Logging a User Off Using the logoff() Method in the Siebel Analytics Web SOAP API


The logoff() method in the SAWSessionService service logs the user off Siebel Analytics Web.

Description of Parameters in the logoff() Method

The logoff() method parameters are described in the following table.

Parameter
Description

String sessionID

A string value that contains the session ID to log off from the SOAP session.

The session ID is usually returned by the logon call. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Siebel Analytics Web Administration Guide