Go to DotNetFunda.com
 Online : 861 |  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:1747 |  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

Found interesting? Add this to:

| More


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

More ...


Advertisement

About Us | The Team | Advertise | Contact Us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you found plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 9/3/2010 4:42:05 AM