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
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
In how many ways we can retrieve table records count?
Can you explain one critical mapping? Performance issue which one is better?
When you use Ajax controls in the ASP.NET application?
What is Pre-Render event in ASP.NET?
If 200 is for all successful operation then why do we have 201 response codes?
Differentiate between client-side and server-side validations in web pages.
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the asp.net server side objects?
What is the difference between a page theme and a global theme?
What are the namespace classes used in asp.net mvc? : asp.net mvc
How many types of controls are there in asp.net?
Is it possible to write code in many languages in one asp.net project?
Which tool you have done?
What is inproc mode in session?