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

COM+ Used ________________ Isolation Level

1530


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

1509


How does asp.net page work?

530


Is it possible to apply themes to an asp.net application? If yes, then how?

581


Why is the standalone environment only useful during the development process?

1343






What is anonymous authentication?

589


Where viewstate value is stored in asp.net?

597


Explain the difference between the web config and machine config.

629


What is the base class from which web forms are inherited?

528


Define what is razor? : asp.net mvc

583


What is scope of an application variable in asp.net?

504


What is http session state?

525


What are server-side comments in ASP.NET?

551


What permissions do asp.net applications posses by default?

649


What is sta?

566