ASP Programming Question:

How will you delete a Cookie?

Tweet Share WhatsApp

Answer:

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

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is Server Object?What are the attributes of the <FORM> tags? What are their functions?