What are the different types of Session state management
options available with ASP.NET?
Answer Posted / vijay
there are two types of session state
1.in process
2.out process
in process we preserve the sesion state on the server itself
and in out process we store the session state in some
external storage lke sql serer
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How do you change the session time-out value?
What are the main requirements for caching?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is the size of Get method and how much data it can store?
What is anonymous authentication?
In the Repeater control which way you can edit?
Which validator control you use if you need to make sure the values in two different controls matched?
What is the difference between client-side and server-side validations in ASP.NET?
What does the hotspot class in .net do?
Where sessions are stored?
What is the basic difference between asp and asp.net?
Contrast OOP and SOA. What are tenets of each ?
What is inheritance and an how it be used, example with an example?
Which is faster viewdata or viewbag?
What is difference between session and cookies in asp net?