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 methods are fired during the page load?

3 Answers  


How do you define authentication in Web.Config?

2 Answers   Patni,


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


What is difference Data List and Data Repeater Control ?

1 Answers   TCS,


what is silver light when will we use silver light,

0 Answers  


Can we throw exception from catch Block?

9 Answers   Accenture, IBM,


To call a Web service SOAP which transport protocol you use?

3 Answers   Siebel,


What is CTE in sql server 2005?

3 Answers   Minecode,


What is the default Orientation property in a Menu control?

0 Answers   Sans Pareil IT Services,


What do you mean by authentication?

0 Answers  


What are the three parts of an http response?

0 Answers  


Which template must you provide, in order to display data in a Repeater control?

3 Answers   Siebel Systems, Wipro,


Categories