Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the namespace to create thread in .net?

996


Can viewstate be accessed in another page?

1115


Differentiate globalization and localization.

1079


Explain the asp.net session state modes.

1126


Explain the updatepanel?

1079


What are the different types of validation controls in asp.net?

1119


Why session is more secure than cookies?

953


Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

1093


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

1031


What are the major built-in objects in ASP.NET?

1153


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1989


How can I create master page in asp net?

999


What are the different method of navigation in asp.net?

1084


How u refer webservices?

2018


Which two new properties are added in asp.net 4.0 page class?

979