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
How do I create a web form?
What is the difference between localization and globalization?
Explain the difference between asp.net mvc and asp.net webforms
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is a server cookie?
How many types of file extensions for razor views in ASP.Net MVC?
How asynchronous call can be implemented using delegates?
How does a content page different from a master page?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What’s the use of “GLOBAL.ASAX” file?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How will you do Redo and Undo in a TextControl?
How many types of sessions in asp.net?
What is state management in asp.net with example?
Explain how is a property designated as read-only?