What are the different types of Session state management
options available with ASP.NET?
Answer Posted / suresh
The following list describes the available session state
modes:
1) Inproc mode
2) Stateserver mode
3) Sqlserver mode
4) Custome mode---> This enables you to specify the custom
storage provider
5) Off mode---> It disables session state.
| Is This Answer Correct ? | 13 Yes | 11 No |
Post New Answer View All Answers
What is a session http?
What is validation in asp.net?
How about the security in Activex DLL and Activex EXE ?
How you can access the values from the Repeater control in ASP.NET?
Explain the steps needed to be performed in order to create an animation in xaml?
Is session stored in browser?
How do session tokens work?
What is routing in MVC?
What is the difference between custom web user control and a custom web server control?
How to handle errors in Web API?
What are the 3 levels at which content pages can be attached to Master Page?
What are query strings used for?
How many types of file extensions for razor views in ASP.Net MVC?
Explain an object, class and method.
How can you debug your.net application?