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?



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

Explain the advantages of caching?

0 Answers  


How can you make sure that web api returns json data only?

0 Answers  


Explain what a diffgram is, and a good use for one?

1 Answers   FT,


What New Features comes with ASP.NET Web API 2.0?

0 Answers  


What is a SESSION and APPLICATION object?

0 Answers  


WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID

1 Answers   Seion Infotech,


Describe in brief .net framework and its components.

0 Answers  


Can you change a Master Page dynamically at runtime?

0 Answers  


What is globalization and localization in asp net?

0 Answers  


What is the use Membership in asp.net? and What is the use profiler in asp.net?

1 Answers  


What is the difference between user control an custom control?

0 Answers  


Explain transparent caching with aop?

0 Answers  


Categories