Description
-
Removes cookie 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 HttpCookies. |
| Index |
Required. A Variant
value. String expression as cookie name, of integer as
cookie index. |
Remarks
-
Remove method will remove one cookie from the
collection. You can specify cookie's name
("PHPSESSIONID"...), or specify it's index,
relative to 0.
|