CookieHelper..::..RemoveCookie Method (HttpContext, String, String)
Removes the entire cookie from the response.
Namespace:
AdvantageCMS.Core.UtilsAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public static void RemoveCookie( HttpContext context, string cookieName, string domain )
Parameters
- context
- Type: HttpContext
The context.
- cookieName
- Type: String
Cookie name to remove.
- domain
- Type: String
Cookie domain (required if you need to delete a .domain.it type of cookie).

