Description
-
Removes session variable from the collection.
Return Type
-
None
Syntax
-
object.Remove Index
The Remove Method syntax has these parts:
| object |
An expression evaluating to an object
of type WebSessions. |
| Index |
Required. A 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.
|