how to stop cookie in particular page using asp.net
Answer Posted / nandakumar
we can't stop cookie in a single(particular) page . if u
want to stop cookies then u have to set cookies false in web
application (means we will stop the cookies in full web
application)
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What is difference between session and cookies in asp net?
Name the tools or API for developing or testing web api?
How long do session variables last?
What is server infrastructure & server components?
How to create multi language website in asp.net mvc? : Asp.Net MVC
To display data in a Repeater control which template you provide?
What is applicatio domain?
Explain how dot net compiled code will become platform independent?
When Cookies are expired in ASP.NET?
Explain automatic memory management in .net.
What is the difference between sealed vs static class?
Explain MVC model binders?
What are triggers of an updatepanel?
Should I delete cookies?
What is preprocessor in .net? Where it use?