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
Explain how viewstate is being formed?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
If you are using components in your application, how can you handle exceptions raised in a component?
Can a .net web application consume java web service?
What is an imagemap in asp.net?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Is session stored in browser?
Where code pages are used?
Define viewstate in .net?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is slidemaster?
Which object wraps the state or data of a user?
What is data reader in asp.net?
What is csrf attack in asp.net?
What is a form tag?