---
title: "How do you turn off cookies for one page in your site?"  
description: "How do you turn off cookies for one page in your site?"  
author: "Sumit Kesarwani"  
published: 2013-12-17  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1832/how-do-you-turn-off-cookies-for-one-page-in-your-site  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How do you turn off cookies for one page in your site?

Use Cookie.Discard property, Gets or sets the discard flag set by the server. When true, this property instructs the client application not to save the Cookie on the user's hard disk when a session ends.

## Answers

### Answer by Sumit Kesarwani

Use Cookie.Discard property, Gets or sets the discard flag set by the server. When true, this property instructs the client application not to save the Cookie on the user's hard disk when a session ends.


---

Original Source: https://www.mindstick.com/interview/1832/how-do-you-turn-off-cookies-for-one-page-in-your-site

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
