How do you turn off cookies for one page in your site?
Answer Posted / s. verma
Use the Cookie.Discard Property which 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 ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is __ requestverificationtoken?
How do session tokens work?
What is ASLM?
Differentiate between globalization and localization.
What do you mean by role-based security?
What is difference Between Authentication and authorization?
How will you do Redo and Undo in a TextControl?
Define the steps to set up validation control.
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
How many web config files can be created for an application?
Is there any limit for query string? Means what is the maximum size?
Define a web service in .net?
Explain an object, class and method.
Which is faster viewbag or viewdata?
Explain exception handling in .net.