Buy Questpond's video subscriptions on
huge discount
.
Online: 1168
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
How do you turn off cookies for one page in your site?
Posted by
Rajni.Shekhar
on 4/25/2012 | Category:
ASP.NET Interview questions
| Views: 6436 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
It can be done in two ways.
1) If you want to turn off cookies at application level, set in web.config file.
cookie state= false
2) At page level use the Cookie.Discard property.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Where on the Internet would you look for Web servi ...
Next > :
What is Machine.config?
Comments or Responses
Posted by:
Akiii
on: 4/26/2012 |
Points: 10
This is good....
Thanks and Regards
Akiii
Login to post response
More Interview Questions by Rajni.Shekhar
What is Machine.config?
What is Global Asssembly Cache (GAC)?
What is a Web Service?
What is CTS?
What is metadata?
Difference between Finalize() and Dispose()?
What is Identity?
Is there a way to decrypt stored procedure?
Latest Interview Questions
What is Page Inspector in VS 2011 ?
We have an employee salary table, how do we find the second highest fr ...
What is Snow Flake Schema design in database ? What’s the difference b ...
What are Data Marts ?
What is the Encapsulation
What is the importance of PostBackUrl property of a button?
Why strings are immutable ?
What is Data Provider ?
More ...