How are sessions stored?



How are sessions stored?..

Answer / Vikramaditya Gupta

"In ASP.NET, session state can be stored in several ways: In-Process (storing the session data in the same application domain), StateServer (in a separate Windows Service), SQL Server, or custom providers such as Cache. The choice of session state mode depends on factors like scalability, reliability, and security."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are session objects?

1 Answers  


Why mvc is faster than asp.net? : Asp.Net MVC

1 Answers  


What is asp.net caching?

1 Answers  


How can we Validate a Controls in ASP.NET page using JavaScript?

1 Answers   QuestPond,


What are Session states available and its Uses?

1 Answers   CTS, iLogic,


Explain about consistent programming model in the .NET framework?

1 Answers  


What are the properties of the eventargs argument when capturing keyboard events?

1 Answers  


What is cookieless session id explain in brief?

1 Answers  


Define Query Interface,Adref,Release?

1 Answers   Microsoft,


can i call the java script to code behind file?if yes how?

4 Answers   Wipro,


Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

2 Answers   Siebel Systems,


What are the new page events added in Asp.net 2.0 ?

5 Answers   Sapient, TCS,


Categories