how many session modes are available?some brief explnation



how many session modes are available?some brief explnation..

Answer / chandra prakash

There are Five Session State Modes :

InProc mode, which stores session state in memory on the Web server. This is the default.

StateServer mode, which stores session state in a separate process called the ASP.NET state service. This ensures that session state is preserved if the Web application is restarted and also makes session state available to multiple Web servers in a Web farm.

SQLServer mode stores session state in a SQL Server database. This ensures that session state is preserved if the Web application is restarted and also makes session state available to multiple Web servers in a Web farm.

Custom mode, which enables you to specify a custom storage provider.

Off mode, which disables session state.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is AutoEventWireUp and what is the use of This property explain in details?

0 Answers   ITC Infotech,


What is asp short for?

0 Answers  


Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks

1 Answers  


What are the types of caching in asp.net?

0 Answers  


How .net CLR works with n-tier application

4 Answers   HCL, Hughes,






7. Do you have reference list?

4 Answers   CMC, Hotel Jobs, Mannar Company, Qatar Petroleums, Swatz Oils,


About Global .asax ?

6 Answers   Satyam,


Write a code for sending an email from asp.net application.

0 Answers  


When you use Ajax controls in the ASP.NET application?

0 Answers   Viscus Infotech,


What is Web Application?

2 Answers   HCL,


How can u deifne the benefits and limitation of using Viewstate for state management?

0 Answers   QuestPond,


Can I read the hard disk serial # of the client computer using asp.net?

0 Answers  


Categories