How do you turn off cookies for one page in your site?
Answer Posted / 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 |
Post New Answer View All Answers
How you apply a theme in whole application in .Net?
What is the native image generator?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
Tell us the differences between an interface and an abstract class in .net?
What are an object and a class?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What is difference between static page and dynamic page?
When displaying fonts, what is the difference between pixels, points and ems?
What is the best way to crack the certification?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Describe difference between inline and code-behind?
Please explain what is the difference between a class and an object?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is deferred execution vs. Immediate execution in linq?
How can I tell if .net 3.5 is installed?