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
Explain the difference between debug.write and trace.write? When should each be used?
What's the difference between viewstate and sessionstate?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is asp.net web application?
What is session in asp.net?
How to deploy/publish webservices?How many ways?Plz explain me
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Does web services support data reader like pom project?
List the types of authentication supported by asp.net?
What is asp net theme?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is a page life cycle?
How do we access view state value of this page in the next page?
What are custom controls?