What is the difference between session state and session
variables ?
Answer Posted / rajendra
In ASP.NET there are following session mode available,
•InProc
•StateServer
•SQLServer
•Custom
Session State Mode State Provider
InProc :- In-Memory Object
StateServer :- Aspnet_state.exe
SQLServer :- DataBase
Custom :- CustomProvider
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is the use of express session?
Explain the difference between inline and code behind - which is best in?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Why should i prefer JSP over asp.net or any other web development language..??
Describe the application event handlers in ASP.NET?
Explain what does mvc represent in asp.net? : asp.net mvc
Explain MVC model binders?
What is aspect-oriented programming?
Explain the difference between asp and asp.net?
How dataadapter.fill works?
How we implement web farm and web garden concept in asp.net?
What is mvc in asp.net tutorial? : Asp.Net MVC
What are the main advantages of using asp.net?
What is the difference between Session and response.Redirect?
How do I open an ashx file?