Back to product page

Exists method


Tests if session variable exists.

Type

Boolean

Syntax

  • Basic
object.Exists (Index)
The Exists(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type WebSessions
IndexA Variant value. String expression as session variable name.

Remarks

Exists method tests if specific session variable exists. Returns True if it exists, False otherwise.

Platforms

Windows