DeleteCookie

Description

Deletes data stored in a cookie by the StoreCookie API.

bool DeleteCookie(string cookieName)

Arguments

NameData TypeDescription

cookieName

string

the name of the cookie

Remarks

Deletes the cookie stored in the location specified by the StoreKeysLocation property.

Last updated