<$cmpStateManagedBy>

The <$cmpStatemanagedBy> constant determines how component state is managed for the server page or session service.

<$cmpStatemanagedBy>

Technical Name:

<$cmpStatemanagedBy>

Expected Value:

0 | 1 | 2

Default Value:

0

Values

Value

Description

0

Component state is not managed using cookies or the state management component.

1

Component state is managed using cookies.

2

Component state is managed using the state management component (USYSSTAT).

Scope

Dynamic server pages, static server pages, and session services.

Use the <$cmpStateManagedBy> constant only in the preActivate and postActivate triggers.

Description

The value of this constant is taken from the State Managed By property of the component.

In dynamic and static server pages, predefined code in the preActivate and postActivate makes used of this constant.

Related Topics