SAWSessionParameters Structure

Use the SAWSessionParameters structure to define optional parameters for the current session.

The SAWSessionParameters structure is used in the SAWSessionService Service.

SAWSessionParameters Structure Fields

Fields Description

SAWLocale locale

Specifies the locale to be used, supplied in the SAWLocale structure.

String userAgent

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

String syndicate

Internal use only.

LogonParameter logonParams

Specifies the parameters used for authentication.

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 logonex() method and impersonateex() method.