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
What is cas?
Which is better union or union all?
Is oauth for authentication or authorization?
What is the usie of activex control in .net?
Can I tap into other windows livetm services?
How can you make sure that web api returns json data only?
Where the cookie value is stored?
Mention the execution process for managed code?
Explain the difference between overriding and overloading?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is connection pooling and how to enable and disable connection pooling?
Explain difference between dataset and datareader?
How to implement globalization and localization in the use interface in .net.
What are the elements of a website?
What is latest version of asp.net mvc? : Asp.Net MVC