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
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is the difference between exe and dll?
A web service can only be written in .net? State whether true or false.
Which library is used by the testers and developers to develop automated tests and create testing tools?
Whats the difference between abstract factory pattern and factory pattern?
What is smpte vc-1?
Can you explain one critical mapping? Performance issue which one is better?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain about ASP.NET?
What are url fragments?
What are the main advantages of using asp.net?
How to create multi language website in asp.net mvc? : Asp.Net MVC
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 to change Master page in ASP.Net using code?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?