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

Description

Unique service name for multiple instance services.

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. The value of this unique identifier is stored in ~serviceUnique .

The value of the parameter ~multiInstanceServices thus determines the value of ~serviceUnique , which in turn determines the value of ~service.

  • If multiple instance services are enabled (that is, ~multiInstanceServices is set to 1 ), the ITS generates a unique identifier for each session cookie and appends it to the name of the service specified in ~service .
  • If multiple instance services are disabled (that is, ~multiInstanceServices is set to 0 ), the value of ~serviceUnique is the same as the value of ~service .

Set by

ITS (internal).

Values

Any valid service with a unique identifier as a suffix.

Example

~serviceUnique     

Valid from

Release 4.6D.

Leaving content frame