What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 21969 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > ASP.NET Interview Questions > What are the different types of Session ...

What are the different types of Session state managements available with in ASP.NET?

Interview question and answer by: Tripati_tutu | Posted on: 10/6/2010 | Category: ASP.NET Interview questions | Views: 2588 | | Points: 40


Answer:

ASP.NET provides In-Process and Out-of-Process state management.

In-Process stores the session in memory on the web server.

Out-of-Process Session state management stores data in an external data source. The external data source may be either a SQL Server or a State Server service.

Out-of-Process state management requires that all objects stored in session are serializable.

Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Tripati_tutu

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find 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. | 5/25/2013 6:36:55 AM