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

Answer Posted / suresh

The following list describes the available session state
modes:

1) Inproc mode
2) Stateserver mode
3) Sqlserver mode
4) Custome mode---> This enables you to specify the custom
storage provider
5) Off mode---> It disables session state.

Is This Answer Correct ?    13 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a page life cycle?

564


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

566


How Session outproc in Sqlserver stored?

2299


What is the difference between the get method () and post method ()?

510


What is session management in web application?

541






Are xaml file compiled or built on runtime?

549


how to debug web services on consumer side?

567


How does cookies work in asp net?

505


Explain different authentication modes in asp.net?

545


What is form submit?

516


How do active server pages work?

540


How can we call webservices in Banking Applications? and where we are using it?

1524


How we implement web farm and web garden concept in asp.net?

535


What is a user developed application?

516


What is difference between inproc and outproc?

653