How will you delete a Cookie?



How will you delete a Cookie?..

Answer / guest


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

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP Interview Questions

What is asp code?

0 Answers  


In how many ways you can connect to the Database?

2 Answers   TCS,


What is the difference between a namespace and an assembly name?

0 Answers  


Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?

0 Answers  


Where will you code OPTION EXPLICIT in an ASP application? WHY?

1 Answers  






Why .Net Does not Support multiple inheritance?

0 Answers   Quark,


In case of we are not saving the information as cookies. how server detects the same user?

0 Answers  


What does Server.MapPath do?

2 Answers  


Explain how is method overriding different from overloading?

0 Answers  


What is the difference between cshtml and aspx?

0 Answers  


How You Can use Dropdownlist with in Data Grid .DropDownlist having data from Database?

2 Answers   MIT,


How we load the page in ASP?

0 Answers   HCL,


Categories