Explain the Session state management options available with ASP.NET?



Explain the Session state management options available with ASP.NET?..

Answer / Narendra Singh Selal

ASP.NET provides several session state management options: In-Process (session state is stored in the same process as the ASP.NET worker process), Out-of-Process (session state is stored in a separate Windows service), SQL Server, StateServer, and Custom. Each option has its pros and cons regarding scalability, performance, security, and data consistency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What?s a bubbled event?

6 Answers   Visual Soft,


What you mean by partial Class in asp.net 2.0?

3 Answers   TCS,


Can we handle the error and redirect to some pages using web.config?

2 Answers   BirlaSoft,


What are uri parameters?

1 Answers  


How to migrate from sqlserver 2005 to sql server 2000 (every one know reverse process of that )

2 Answers   Cap Gemini,


Can one dll file contains the compiled code of more than one .net language?

1 Answers  


What does this do? sn -t foo.dll

3 Answers  


Describe a bubbled event and how it is used ?

1 Answers   Siebel,


Which library is used by the testers and developers to develop automated tests and create testing tools?

1 Answers  


How to you can limit Access to Web API to Specific HTTP Verb?

1 Answers  


How can you enable impersonation in the web.config file?

1 Answers  


What is ASLM?

1 Answers   MCN Solutions,


Categories