---
title: "How to delete cookie without using abandon() method?"  
description: "How to delete cookie without using abandon() method?"  
author: "marcel ethan"  
published: 2014-10-08  
updated: 2014-10-08  
canonical: https://www.mindstick.com/forum/2337/how-to-delete-cookie-without-using-abandon-method  
category: "asp.net"  
tags: ["c#", "asp.net"]  
reading_time: 1 minute  

---

# How to delete cookie without using abandon() method?

How can I [delete](https://www.mindstick.com/forum/33620/how-to-delete-record-from-list-in-mvc-using-ajax) the [cookie](https://www.mindstick.com/blog/123/what-is-cookie-poisoning) in [persistent](https://www.mindstick.com/interview/22840/what-is-the-use-of-persistent-store-coordinator-in-core-data) cookie not abandon()

## Replies

### Reply by Anonymous User

you can set cookie expire.\

Response.Cookies["cookiename"].Expires = DateTime.Now;


---

Original Source: https://www.mindstick.com/forum/2337/how-to-delete-cookie-without-using-abandon-method

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
