Discuss this help topic in SecureBlackbox Forum

TElCookieDomain.RemoveCookie

TElCookieDomain     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This method removes a cookie from the domain.

Declaration

[C#]
    void RemoveCookie(TElCookie ACookie);

[VB.NET]
    Sub RemoveCookie(ByVal ACookie As TElCookie)

[Pascal]
    procedure RemoveCookie(ACookie : TElCookie);

[C++]
    void RemoveCookie(TElCookie &ACookie);
    void RemoveCookie(TElCookie *ACookie);

[PHP]
    void RemoveCookie(TElCookie $ACookie)

[Java]
    void removeCookie(TElCookie ACookie);

Parameters

  • ACookie - the cookie to remove

Description

    Call this method to remove the cookie from the domain.

[Pascal]
    Note that the removed object is not disposed of automatically.

See also:     CookieCount     Cookies     AddCookie    

Discuss this help topic in SecureBlackbox Forum