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 true about application service provider?
Define machine.config in .net?
What is the use of the tag in the web.config file?
How to use ipostback?
Is redux flux?
How can we inherit a static member?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is the advantage of using Windows authentication in a Web application?
Explain the disadvantages of viewstate?
Is web config mandatory?
How response object is related to asp's response object?
Explain http handlers? Where we can use the http handlers?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Which is better php or asp.net?
What is the sequence in which ASP.NET events are processed?