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 >

Keeping Inactive Sessions Alive Using the keepAlive() Method in the Siebel Analytics Web SOAP API


The keepAlive() method in the SAWSessionService service instructs Siebel Analytics Web not to end particular Siebel Analytics Web user sessions due to inactivity. The effect of this call on session lifetime is the same as if those users performed an activity in the browser such as clicking a report, or invoking a SOAP call.

For more information about ending Siebel Analytics Web user sessions due to inactivity, see Setting the Time to Log Users Off Siebel Analytics Web Automatically.

Description of Parameters in the keepAlive() Method

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

Parameter
Description

String [] sessionID

An array of character strings that contains the session IDs to remain logged on.

Siebel Analytics Web Administration Guide