Back to product page

Remove method


Removes session variable from the collection.

Syntax

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

Remarks

This method removes session variable from the collection. You can specify Index to be variable's name, or you can specify it's index, starting from 0.

Platforms

Windows