Answer Posted / dhana sekhar
session.abandon()---this is used to destroy the all the
objects stored in a session.and realese the all the
resources.
session.clear()--used to cleare the session variables
Ex:session["a"]=null;
session.remove()--used to delete an item from seesion-
collection
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain MVC model binders?
Does asp.net still recognize the global.asa file?
What's the ASP.Net Application life cycle?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is asp net_sessionid?
Why select Web API?
What are Master Pages in ASP.NET?
What are directives in asp.net? List down all the important directives.
Explain the difference between dataset and datareader.
What is view state and how it works in asp net?
Explain how viewstate is being formed?
Define repository pattern in asp.net mvc? : asp.net mvc
Explain about solution explorer window?
What is difference Between Authentication and authorization?
How do u deploy ur project?