Discuss this help topic in SecureBlackbox Forum

TElCookieDomain.DeleteCookie

TElCookieDomain     See also     


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


This method removes a cookie from the domain.

Declaration

[C#]
    void DeleteCookie(int index);

[VB.NET]
    Sub DeleteCookie(ByVal index As Integer)

[Pascal]
    procedure DeleteCookie(Index : integer);

[C++]
    void DeleteCookie(int32_t index);

[PHP]
    void DeleteCookie(integer $index)

[Java]
    void deleteCookie(int index);

Parameters

  • Index - index of item in list

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