Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 432 Bytes

File metadata and controls

19 lines (12 loc) · 432 Bytes

DeleteCookie

Description

Deletes data stored in a cookie by the StoreCookie API.

bool DeleteCookie(string cookieName)

Arguments

Name Data Type Description
cookieName string the name of the cookie

Remarks

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