What are the different types of Session state management
options available with ASP.NET?



What are the different types of Session state management options available with ASP.NET?..

Answer / 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

More ASP.NET Interview Questions

What is the difference between server-side scripting and client-side scripting?

0 Answers  


what is diffrent between asp & asp.net

2 Answers  


Explain the updatepanel?

0 Answers  


how many character send in one sms forget 160limit and think about gateway allowed

2 Answers   Wipro,


What are the main components of the ADO object model? How are they used?

2 Answers   HCL, Syntax Softtech,






What is use of Master Page in ASP.NET web pages?

0 Answers   Sans Pareil IT Services,


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


What is class and object in asp.net?

0 Answers  


What is autopostback true?

0 Answers  


difference between caching objects in session objects?

2 Answers  


Do I need to have the latest version of windows media player installed?

0 Answers  


Code for updating the database by entering the data into textboxes in aspx form?

2 Answers   TCS, Wipro,


Categories