Hi,
below code is not working...trying to clear the cookes, where the cookies are with key-value.
Code:
foreach(HttpCookie fld in HttpContext.Current.Request.Cookies[Common.USER_COOKIE])
{
HttpContext.Current.Request.Cookies[Common.USER_COOKIE][fld] = "";
}