Go to DotNetFunda.com
 Online : 3237 |  Welcome, Guest!   Login
 
Home > Interview Questions > .NET Framework Interview Questions > What are session management techniques i ...

call for mock interview

.NET Framework Interview Questions

What are session management techniques in .NET?

Author: SheoNarayan | Posted on: 4/9/2008 8:07:31 PM | Category: .NET Framework | Views:1219 |  Print | Asked In: Many interviews


Answer:
There are three different techniques of managing session in ASP.NET
InProc
Session state is stored locally in memory of ASP.NET worker process.

StateServer
Session state is stored outside ASP.NET worker process and is managed by Windows service. Location of this service is specified by stateConnectionString attribute.

SQLServer
Session state is stored outside ASP.NET worker process in SQL Server database. Location of this database is represented by sqlConnectionString attribute.

For more details, please visit
http://shailkpatel.blogspot.com/2007/03/session-management-techniques.html895r

Interesting?   Share and Bookmark this


Navigate to:

 Submit Interview Questions

Is overriding of a function possible in the same class? ...

What is MVC (Model View Controller) pattern? ...

Random Interview Questions
Help: If for some reason you are getting the same question by clicking Next Question or Previous Question, Try clicking Categories link above.

Related interview questions



Advertisement

About Us | The Team | Advertise | Contact Us | Feedback | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you found copied contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
All rights reserved to DotNetFunda.Com. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks.
(Best viewed in IE 6.0+ or Firefox 2.0+ at 1024 * 768 or higher)