Interview
    C#
    VB.Net
    VC++
    ASP.Net
    ADO.Net
    .Net Framework
    Silverlight
    WPF(Windows Presentation Foundation)/XAML
    WCF(Windows Communication Foundation)
    Java
    PHP
    AJAX
    Assembly
    XML
    Wireless/Mobile Development
    Cold Fusion
    MSSQL Server 2000/2005/2008/2012
    MYSQL
    DB2
    MS Access
    Java Script
    VB Script
    JQuery
    Testing
    BlackBox Testing
    WhiteBox Testing
    OOPS
    SharePoint
    ASP.NET MVC
    HTML5
    CSS/CSS3
    IIS 7
    Windows 8
    Google API
    Facebook API
    Twitter API
    Android Programming
    iPhone/iPad Programming
    Windows Phone Programming
    Json
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Advertisement
Advertise with Us
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit Question | Search 
Report Abuse Form
Reason:    
 
Interview
Home >> ASP.Net >> Explain the various modes of storing ASP.NET session.

Explain the various modes of storing ASP.NET session.

Posted By Awadhendra Tiwari on 5/23/2011
Views: 507
Major Category: .Net
Sub Category: ASP.Net
Total Answer 1
User Information Answer
• Awadhendra Tiwari
Posted Date 5/23/2011

Types of sessions:

  • InProc: The default way to use sessions. InProc is the fastest way to store and access sessions.
  • OutProc:
    i. State server: 15% slower than InProc. Session is serialized and stored in aspnet_state.exe process. Stateserver sessions can be stored on a separate machine too.
    ii. SQL Server: 25% slower than InProc. Used when data is to be serialized and stored in SQL Server database.

Report Abuse

Report Abuse Form
Reason:    
 
Total Online Users: 3113
Advertisement
dudelabs
Advertise with Us
  
Copyright © 2013MindStick. All Rights Reserved.