WeOnlyDo! wodWebServer ActiveX - Exists Method
      
 

Description

Tests if session variable exists.


Return Type

A Boolean value.  


Syntax

object.Exists (Index)



The Exists Method syntax has these parts:

Part Description
object An expression evaluating to an object of type WebSessions.
Index Required. A Variant value. String expression as session variable name.

Remarks

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