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 is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?

2 Answers   USi,


Explain global assembly cache.

0 Answers  


How will you maintain versioning in asp.net 2.0?

0 Answers   MCN Solutions,


What is a WebService and what is the underlying protocol used in it? Namespace?

1 Answers  


how can u display multi language (i.e english,spanish...) web site?

2 Answers  






We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.

1 Answers   ADITI,


What is the default timeout for a cookie?

0 Answers  


How many Garbage Collectors are there for one Application or one Page

1 Answers   Emphasis,


repeater and gridview diff? Why is repeater fast than gridview?

3 Answers   TCS,


# What is the transport protocol you use to call a Web service?

1 Answers  


when will garbage collector run?

1 Answers  


Usage of web.config?

2 Answers   Microsoft,


Categories