Thread
:
how to clear the http cookies in asp.net
View Single Post
#
2
(
permalink
)
08-09-2007, 06:36 AM
a.deeban
D-Web Analyst
Join Date: May 2007
Posts: 279
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");
....
a.deeban
View Public Profile
Send a private message to a.deeban
Find all posts by a.deeban