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
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is asp.net master page?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is the difference between “Web.config” and “Machine.Config”?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
Explain transparent caching with aop?
Name the namespace which is used by ado.net?
what are the web form events available in asp.net?
Is asp.net and .net the same?
How do you secure your connection string information?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Are cookies stored on server or client?
What are the different types of proxy patterns?
What is http response header?
List of words of preprocessor in .net?