How do you turn off cookies for one page in your site?
Answers were Sorted based on User's Feedback
Answer / apeksha gandhi
There is no page level directive to turn off the specific
page on the site
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / aadesh kumar
Since no Page Level directive is present, I am afraid that cant be done.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumar saurabh
Use Cookie.Discard property, Gets or sets the discard flag set by the server. When true, this property instructs the client application not to save the Cookie on the user's hard disk when a session ends.
| Is This Answer Correct ? | 0 Yes | 0 No |
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
Give an example for setter/ write-only methods
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is Event Bubbling in .NET?
What is the difference between Server.Transfer and Response.Redirect?
what is use of learning .net? does we get good jobs based on .net?
What is the difference between encrypting a password and applying a hashing?
What are The Main Difference Between Client-server Based Applications and Web Based Applications
What base class do all Web Forms inherit from?
can we use private assembly in other project in dot net.
What is a DLL?
How to Create and Consume a Web Service?