how to stop cookie in particular page using asp.net

Answers were Sorted based on User's Feedback



how to stop cookie in particular page using asp.net..

Answer / 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

how to stop cookie in particular page using asp.net..

Answer / madhusudhanreddy t

set Cookie.Discard property to True

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the three parts of an http response?

0 Answers  


What are the different types of sessions in asp.net?

0 Answers  


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


What parameters can you pass in the url of the api? Can get and post use the same url?

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

4 Answers  


What is bound controls

0 Answers   MCN Solutions,


Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?

3 Answers  


What asp.net control can embed xaml into asp.net pages?

0 Answers  


Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0

1 Answers   InfoSpace,


Is it possible to migrate visual interdev design-time controls to asp.net?

0 Answers  


How to improve performance of web application asp.net mvc? : Asp.Net MVC

0 Answers  


Contrast the use of an abstract base class against an interface?

5 Answers   iLink,


Categories