What are the different types of Session state management
options available with ASP.NET?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
What are the data controls available in asp.net?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
0 Answers Sans Pareil IT Services,
What are different methods of session maintenance in asp.net?
What is the difference between custom controls and user controls?
Code for scolling in gridview
Difference between asp and asp.net?
what is ienumerable interface?
Which is an advantage of application service providers?
What is owin authentication?
How Many types of Page Load functions in asp.net
What is asp.net and ado net?
What is the difference between application state and session state in asp net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)