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

Description

Enables / disables multiple instances of a service.

The ability to run multiple instance services requires the assignment of a unique identifier to each session cookie generated for a service, so that the cookie for one instance of a service does not overwrite the cookie for another instance of the same service.

  • If this parameter is set to 1 (default), multiple instances of a service are enabled

In this case, all session cookies for a service have a different name, so they cannot overwrite each other.

  • If this parameter is set to 0 , or it is not present, multiple instances of a service are disabled

In this case, all session cookies for a service have the same name, so they overwrite each other.

Set by

Service file.

Values

0

Multiple instance services disabled.

1

Multiple instance services enabled (default).

Example

~multiInstanceServices     1

Valid from

Release 4.6D.

Leaving content frame