a.Remove the cookie from the System.Web.UI.Page.Request.Cookies
collection.
b.Remove the cookie from the System.Web.UI.Page.Request.Browser.Cookies
collection.
c.Set the Expires property to DataTime.Now for a cookie in the
Web.UI.Page.Response.Cookies.
d.Remove the cookies from the System.Web.UI.Page.Response.Cookies
collection.
Hiren SoniPosted Dec 6, 2009, 9:44 AM
Kirtan PatelPosted Dec 6, 2009, 10:13 AM
Expiring Cookie Does not remove them Physically For Physically Removing Cookie We Need to use Method
Response.Cookies.Remove("CookieName");