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

Could u send me the answer for this question as soon as possible. Im using 'System.net.mail.mailmessage' namespace for sending a mail from my application. What should I mention in 'system.net.mail.mailmessage.to' property and What should I mention in 'system.net.mail.mailmessage.from' property.

1 Answers  


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

1 Answers  


Why do we use datasource in asp.net?

0 Answers  


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  


What is web.config file ?

1 Answers  






What is the use of The Page.Master Property?

1 Answers  


Write a code for "RequiredFieldValidator" in java script

5 Answers   Wipro,


What is SOAP, UDDI and WSDL ?

2 Answers   Infosys, Network, TCS, Wipro,


What are the data types is possible to store in session? and can we store dataset in session?

4 Answers   eMids,


Who generates session id?

0 Answers  


How do you turn off cookies for one page in your site?

2 Answers   IBS,


Explain the steps to be followed to use passport authentication.

0 Answers  


Categories