How do you turn off cookies for one page in your site?
Answer Posted / baskar
go to internet explorer then click right then move to
property afterthat you get internet option select the
advanced box you can get net setting,then go to security
option ,enable the empty internet temporary files.then
apply,ok.
after surffing net you have to delete the cookies,to delete
the cookies in ms dos,go to start then move to run
option ,type "cookies" command afterwards delete them.
| Is This Answer Correct ? | 6 Yes | 17 No |
Post New Answer View All Answers
Tell me the code snippet to show how we can return 404 errors from HttpError?
Which Is Faster MVC or ASP.net ?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is the namespace to create thread in .net?
Define viewstate in .net?
What is the difference between custom controls and user controls?
What is difference between session and application in asp net?
What is asp net theme?
How is application management and maintenance improved in asp.net 2.0?
How do you identify that the page is postback?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is in a session cookie?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?