2
Answers

Which of the following is used to remove a cookie from a client machine?

Ask a question
sam jame

sam jame

14y
7.6k
1

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.


Answers (2)