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

Answers were Sorted based on User's Feedback



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

Answer / dinesh

There are 3 types of session modes available in asp.net
1)Inproc
2)State Server
3)SQL Server

Is This Answer Correct ?    20 Yes 6 No

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

Answer / praveen kumar sharma

(1) InProc Mode or InProceess this is the clarification of
InProc.
(2) SQL Server Mode
(3) StateServer Mode -->StateServer is memory based mode.
(4) Out of process Mode -->This mode is best used when
performance is important but you can't guarantee which
server a user will request an application from.
(4) Off Mode -->Disable Session State.

Is This Answer Correct ?    12 Yes 2 No

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

Answer / vijay

there are two types of session state
1.in process
2.out process

in process we preserve the sesion state on the server itself
and in out process we store the session state in some
external storage lke sql serer

Is This Answer Correct ?    9 Yes 1 No

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

Answer / sridhar

in this two type of session state management
Those are :
1)In-Proc
2)Out-Proc
In the In-proc:
we have in-proc model
In the Out-Proc
1)State server session state
2)Sql server session state
3)Custom server session state
and aslso
mode="off"-->in this session will be disabled

Is This Answer Correct ?    5 Yes 2 No

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

Answer / 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

More ASP.NET Interview Questions

What are the navigation ways between pages available in ASP.NET?

0 Answers   Winsol Solutions,


Explain how inline and code behind is used differently ?

1 Answers   Siebel,


What is a bubbled event?

2 Answers  


What is the difference between User Controls and Master Pages

22 Answers   Deloitte, IBM, IntraLogic, Markit, TCS,


How can we implement a identity (sql server) call in an asp.net page?

0 Answers  






How can u sort strings in array where strings are passed to method as arguments.

3 Answers   CTS, Syncfusion,


How To Send Value one page to Another Page On MasterMenu Click ? please Tell Me!

3 Answers   Accenture,


How will you load dynamic assembly?

0 Answers  


How does session work?

0 Answers  


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


What is & in a url?

0 Answers  


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

0 Answers  


Categories