Oracle® Business Intelligence Web Services Guide > Description of Structures in Oracle BI Web Services >

SAWSessionParameters Structure


Use this structure to define optional parameters for the current session. This structure is used in the SAWSessionService Service. Table 28 lists the fields in this structure.

Table 28. SAWSessionParameters Structure Fields
Fields
Description

SAWLocale locale

Specifies the locale to be used, supplied in the SAWLocale structure. For information about the SAWLocale structure, read SAWLocale Structure.

String userAgent

Specifies whether the HTMLView service will be used with current session. It specifies the userAgent string of the browser, where Oracle BI Presentation Services HTML content is displayed. Oracle BI Presentation Services uses this information to produce browser-specific HTML.

String features

For internal use only. Should be null.

boolean asyncLogon

If set to TRUE, then asynchronous login is enabled. If set to FALSE (default), then asynchronous login is not enabled.

String sessionID

Specifies the unique ID of the session. This field is used in the logonex() Method and impersonateex() Method.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.