What are the different types of Session state management
options available with ASP.NET?

Answer Posted / praveen kumar sharma

(1) InProc Mode or InProceess this is the clarification of
InProc.
(2) SQL Server Mode
(3) StateServer Mode -->StateServer is memory based mode.
(4) Out of process Mode -->This mode is best used when
performance is important but you can't guarantee which
server a user will request an application from.
(4) Off Mode -->Disable Session State.

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the server controls in asp.net?

454


What is state management react?

502


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

500


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

560


How do you implement postback with a text box?

556






What is postback request?

549


Define machine.config in .net?

549


How response object is related to asp's response object?

515


What is ispostback method in asp.net? Why do we use that?

566


Is session server side or client side?

526


What is difference between web config and global asax?

441


What is application variable in asp.net?

461


What are the disadvantages of view state?

591


What is the main function of url routing system in asp.net mvc? : asp.net mvc

487


What is a postback in asp net?

529