how many session modes are available?some brief explnation

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the .webpart file do?

583


What is server redirect?

545


What is enableviewstate?

534


Can the unique key be null?

566


What are the types of authentication in asp.net?

549






Which is better union or union all?

556


How to prepare culture-specific formatting in .net.

511


Elaborate differentiation between ViewState and SessionState?

609


Are there resources online with tips on asp to asp.net conversions?

544


What is full trust in asp.net?

541


How to find last error which occurred?

532


What are the security types in ASP/ASP.NET? Different Authentication modes?

557


What is caching? What are different ways of caching in asp.net?

662


What are directives in asp.net? List down all the important directives.

496


What do you understand from custom control?

605