ASP Programming Question:

How will you delete a Cookie?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

By setting its Expires property to any date prior to today Response.Cookies ("cookie name").Expires = Date? 1.


Previous QuestionNext Question
What is Server Object?What are the attributes of the <FORM> tags? What are their functions?