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 client-side and server-side validations in web pages.
What is the difference between Session and response.Redirect?
How you can return View from ASP.NET Web API method?
Explain how can you debug your .net application?
Does asp.net still recognize the global.asa file?
What is the difference between cache and cookies?
Can a master page have more than one contentplaceholder?
What are sharepoint pages?
What is viewstategenerator?
8. Why do you want to work here?
What is the sequence in which ASP.NET events are processed?
Is it possible for me to change my aspx file extension to some other name?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is the server of asp.net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc