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


Please Help Members By Posting Answers For Below Questions

Explain how viewstate is being formed?

738


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1725


If you are using components in your application, how can you handle exceptions raised in a component?

2304


Can a .net web application consume java web service?

723


What is an imagemap in asp.net?

754


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

2195


Is session stored in browser?

712


Where code pages are used?

894


Define viewstate in .net?

731


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

727


What is slidemaster?

702


Which object wraps the state or data of a user?

758


What is data reader in asp.net?

750


What is csrf attack in asp.net?

709


What is a form tag?

700