ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories >> Software >> Microsoft-Related >> ASP.NET
 
 
 
Question
web farm .. how does session shuld be stored... if inproc
used? does the session 
persists from one server to other.
 Question Submitted By :: Paritosh
I also faced this Question!!     Rank Answer Posted By  
 
Answer
There are 5 session modes as below,

 void Session_Start(object sender, EventArgs e) 
    {
        // Code that runs when a new session is started
        Session.Mode = SessionStateMode.InProc;
        Session.Mode = SessionStateMode.SQLServer;
        Session.Mode = SessionStateMode.StateServer;
        Session.Mode = SessionStateMode.Custom;
        Session.Mode = SessionStateMode.Off;

    }

These 2 session modes should be used :

Session.Mode = SessionStateMode.SQLServer;
Session.Mode = SessionStateMode.StateServer;
 
0
Hozefa
 
View All Answers
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com