Scope Property

Top  Previous  Next

This property is used to define the scope of the data source. Valid values are:

Request

The data provided by data source is deleted after the request is responded

Session

The data provided by data source is associated with the user's session and is kept as long as session is valid.

Application

The data provided by data source is accessible by all the users as long as web server runs.