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
What is the difference between user control and custom control?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
How many ways are there to maintain a state in .net? What is view state?
What is http pipeline in asp.net?
Can we create a multiple user simultaneously ?
Is asp.net still used?
Why is the standalone environment only useful during the development process?
Can you explain autopostback?
What are web server controls in asp.net?
Is there any property names “isnavigating”?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is the displayafter property in updateprogress control?
Differentiate between a hyperlink control and a linkbutton control.
What does it mean your session has timed out?