Browser Tools (BT)
Developer Documentation Pages

c c++ j JS p vb <<-- -->>

CookieDelete()

  Delete a cookie from the client's machine.



Parameters:
      name        Name of the cookie to delete.
      [path]      Path of the cookie. Must be the same as the path used
                  to create the cookie.
      [domain]    Domain of the cookie. Must be the same as the domain
                  used to create the cookie.


Headers:
    bt.jso


Return value:
    none.

Comment:


Examples:


See Also:


Test:


History:
    20010415    DJR         Created

© Copyright 2001-2002, Creativyst, Inc., All rights are reserved.


[ Toc (bt)]