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
How to find last error which occurred in Asp.net ?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Explain what is an assembly?
Describe paging in asp.net?
What is a 1x1 pixel?
Explain server-side scripting and client-side scripting.
Why we are using mvc instead of asp.net? : Asp.Net MVC
Give an example of what might be best suited to place in the application_start and session_start subroutines?
Are xaml file compiled or built on runtime?
What is session start?
What is the base class from which web forms are inherited?
What are the session management techniques asp net?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is server infrastructure & server components?
What is cookies in asp net?