What are the different types of Session state management
options available with ASP.NET?
Answer Posted / 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 |
Post New Answer View All Answers
Describe a Windows Service and its lifecycle ?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is the function of the ViewState property?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Will the asp.net validators run in server side or client side?
What is the difference between visual basic and asp.net?
Explain the various authentication mechanisms in asp.net.
What are the various session state management options provided by asp.net?
Why do we use web config?
What r the asp.net list controls and diff. Between them?
What is ispostback property?
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?
How do you do Client-side validation in .Net?
Is asp.net web forms dead?
What is the size of Get method and how much data it can store?