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

Difference between web user control and web custom control?

0 Answers  


With out Web.config can we executes the application?

10 Answers   Valtech,


What is the difference between dynamic SGA and static SGA?

0 Answers   MCN Solutions,


What is Web Application?

2 Answers   HCL,


what is purpose of xml control in standard controls of asp.net

1 Answers  






Please briefly explain the usage of global.asax?

0 Answers  


What are sessions and cookies?

0 Answers  


What is validationsummary server control? where it is used ?

1 Answers  


What's a bubbled event?

3 Answers   Siebel,


what is asp dotnet

2 Answers  


Does web services support data reader like pom project?

0 Answers  


what is state management?

2 Answers  


Categories