JavaScript Editor js editor     Web development 



Main Page

Specifies whether an object can run in its own data session with a unique data environment. Available at design time; read-only at run time.

Object.DataSession[ = nSession]

Return Value

nSession


Specifies a numeric value for the DataSession property. The following table lists the values for nSession.

Setting Description

1

Default data session. (Default except for Session objects)

2

Private data session. Creates a new data session for each instance that is created. (Default for Session objects.)

Remarks

See Also



JavaScript Editor js editor     Web development 
R7