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


Please Help Members By Posting Answers For Below Questions

What is autopostback true?

600


What is the difference between ASP.NET Webforms and ASP.NET MVC?

604


What are the authentication types in asp.net?

567


What is meant by ispostback in asp net?

537


What is diff. Between abstract class and an interface?

515






What is fulltrust?

555


Explain the various authentication mechanisms in asp.net.

481


What is jade template engine?

568


How are sessions stored?

528


How to create multi language website in asp.net mvc? : Asp.Net MVC

490


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

530


What is asp.net file?

625


Differentiate between namespace and assembly.

555


What is a web farm?

586


Using code explain Configuration Management

1404