wodHttpDLX ActiveX Control - RemoveAll Method
      
 

Description

Removes all cookies from the collection.


Return Type

None  


Syntax

object.RemoveAll



The RemoveAll Method syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpCookies.

Remarks

This method will remove all cookies from the collection. Can be used both for Request.Cookies, and Response.Cookies.