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 the differences between the lifecycles of Windows services and Standard EXE?
What a diffgram is, and a good use for one?
Explain method to handle error using HttpError in Web API?
Is asp.net mvc front end or backend? : Asp.Net MVC
What is a session in programming?
How does u call and execute a sp in .net?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What are standard controls?
What is the difference between “Web.config” and “Machine.Config”?
What is a web pool?
List the asp.net validation controls?
Why session is necessary in web application?
What are client activated objects and server activated objects?
Demonstrate Render and PreRender?
What are the event handlers that can be included in the Global.asax file?