Back to product page

Remove method (HttpCookies)


Removes cookie from the collection.

Type

None

Syntax

  • Basic
object.Remove Index
The Remove(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type HttpCookies.
IndexRequired. 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.

Platforms

Windows