Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > SAWSessionService Service >

keepAlive() Method


The keepAlive() method 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, read the topic "Setting the Time to Log Users Off Siebel Analytics Web Automatically"in the Siebel Analytics Web Administration Guide.

Signature

void keepAlive(String[] sessionIDs);

Argument
Description

String[] sessionIDs

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

Siebel Analytics Web Services Guide