Entering content frameBackground documentation ~mySAPcomSSOnoITS Locate the document in its SAP Library structure

Description

Determines contents of Single Sign-On (SSO) cookies in Workplace sessions.

The SSO cookie usually contains logon information such as client, user, password, and language, but this can cause problems in Workplace sessions:

  • In a single Workplace session, the user can log on to several R/3 Systems in different clients. However, the ITS always uses the client stored in the cookie (if present). If this client does not match the client specified in the URL or the service file, the ITS automatically sends a logon screen because it cannot decide which client to use.
  • In a single ESS session, there is only one ITS involved. Everything on the R/3 side is processed in one client throughout the session, so the client can be stored in the cookie.

In Workplace sessions, setting this parameter to 1 ensures that the SSO cookie contains only user and password. To avoid duplicating information, the client and the language should be encoded in the URL.

Set by

Service file.

Values

0

SSO cookie contains client, user, password, and language (default).

1

SSO cookie contains only user name and password.

Example

~mysapcomssonoits     1

Leaving content frame