View Single Post
  #2 (permalink)  
Old 08-09-2007, 06:36 AM
a.deeban a.deeban is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 279
a.deeban is on a distinguished road
Default Re: how to clear the http cookies in asp.net

Hi,

we can remove the cookie using a call to the simple function

Response.Cookies.Remove("MyCookie");


....
Reply With Quote