• What Session State providers are available in ASP.NET?
What are the pros and cons of each?

Answer Posted / kiran

1. InProcSessionStateStore-> which stores session state in memory in the ASP.NET worker process (current server)
2. OutOfProcSessionStateStore-> which stores session state in memory in an external state server process
3. SqlSessionStateStore-> which stores session state in Microsoft SQL Server and Microsoft SQL Server Express databases

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the diffeerence between inline and code behind?

583


What is page request in asp.net?

623


How is the asp.net mvc architecture different from others? : asp.net mvc

559


8. Why do you want to work here?

1559


Explain significance of routing? : asp.net mvc

648






What does asp.net stand for?

634


What is localhost in asp.net?

648


How do you do client-side validation in .net? How to disable validator control by client side javascript?

616


Why do we use sessions?

674


What is the difference between typeof() vs gettype()?

630


Explain how is a property designated as read-only?

644


What are session state modes? List some of the important session state modes of asp.net.

625


What is the difference between client-side and server-side validations in webpages?

651


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

604


What is the difference between file-based dependency and key-based dependency?

673