how to stop cookie in particular page using asp.net
Answers were Sorted based on User's Feedback
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 |
What are the three parts of an http response?
What are the different types of sessions in asp.net?
What are the differences between Dataset and DataReader?
What parameters can you pass in the url of the api? Can get and post use the same url?
What does the "EnableViewState" property do? Why would I want it on or off?
What is bound controls
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?
What asp.net control can embed xaml into asp.net pages?
Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0
Is it possible to migrate visual interdev design-time controls to asp.net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Contrast the use of an abstract base class against an interface?