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

Explain what is an abstract class?

0 Answers  


What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

1 Answers   Siebel Systems,


What is session in asp.net?

0 Answers  


What is the difference between response.redirect and server.transfer?

0 Answers  


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,






What is custom attribute?

0 Answers  


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

0 Answers  


What is the latest version of asp.net?

0 Answers  


What is global.asax file used for?

0 Answers  


When should we use abtract class and Interface Class?Give an Example

4 Answers   Accenture, Cap Gemini, L&T, RM,


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

0 Answers  


What is the difference between executescalar and executenonquery?

0 Answers  


Categories