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
What are the different types of Caching techniques in ASP.NET?
What is the compiled object?
Explain how is a property designated as read-only?
What are the differences between the response.write() and response.output.write()?
Explain asp.net page life cycle?
Define machine.config in .net?
Can the dictionary object be created in client?s scope ?
What is query string?
What is web api vs wcf?
What is razor? : asp.net mvc
What are the features of asp.net mvc?
Elaborate differentiation between Cache and Application?
Do cookies store passwords?
How to unit test Web API?
How do I use response redirect?