How to kill more than one session variables at a time
Answer Posted / dineswari
Session. Abandon() Kills only the current session. To kill
more than one session variable, use Session.RemoveAll();
| Is This Answer Correct ? | 39 Yes | 6 No |
Post New Answer View All Answers
What is asp.net master page?
What are tuples?
Is asp.net and .net are same or different?
What is difference between view state and session state?
How will create assesblies at run time?
How to disable validator control by client side JavaScript?
What is redirecting behavior?
What are the types of validation in asp net?
Why do we use asp.net?
How can you handle unmanaged code exceptions in asp.net?
what cut off mark for po's,what questions they asked for interview?
Can we use MSSql as backend in asp.net...if yes then How.?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Explain the difference between globalization and localization techniques
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?