What are the different types of Session state management
options available with ASP.NET?
Answer Posted / ganesh
ASP.NET provides In-Process and Out-of-Process state
management. In-Process stores the session in memory on the
web server. This requires the a "sticky-server" (or no
load-balancing) so that the user is always reconnected to
the same web server. Out-of-Process Session state
management stores data in an external data source. The
external data source may be either a SQL Server or a State
Server service. Out-of-Process state management requires
that all objects stored in session are serializable.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between ldap and active directory?
How asynchronous call can be implemented using delegates?
What is a session in asp.net?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Explain diff between dataset and datareader?
Can viewstate be accessed in another page?
Explain how is a property designated as read-only?
14. What are your Future Plans for Swatz Oils GROUP U.K?
What is autopost?
What is xaml? Are xaml file compiled or built on runtime?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
How to handle errors in Web API?
How many types of cookies are available in asp?
What is a user developed application?
How do you do Client-side validation in .Net?