Discuss this help topic in SecureBlackbox Forum

TElCookieDomain.AddCookie

TElCookieDomain     See also     


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


This method adds a cookie to the domain.

Declaration

[C#]
    void AddCookie(TElCookie ACookie);

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

[Pascal]
    procedure AddCookie(ACookie : TElCookie);

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

[PHP]
    void AddCookie(TElCookie $ACookie)

[Java]
    void addCookie(TElCookie ACookie);

Parameters

  • ACookie - the cookie to add

Description

    Call this method to add the cookie to the domain. Note, that no check for duplicates is performed when you add the cookie.

See also:     CookieCount     Cookies     RemoveCookie    

Discuss this help topic in SecureBlackbox Forum