Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

web farm .. how does session shuld be stored... if inproc
used? does the session
persists from one server to other.

Answer Posted / hozefa

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;

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I use response redirect?

1019


What are server activated objects?

1224


What is the difference between web.config and machine.config in ASP.NET?

1210


How Session outproc in Sqlserver stored?

2805


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

1075


What is query string with example?

1024


What is base class of button control in .net?

1059


What is an assembly? Explain its parts.

1141


What is the extension of master page in asp.net?

1024


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1914


Can you use c# without .net?

1030


Explain difference between friend and protected friend?

972


Which asp.net objects encapsulate the state of the client and the browser?

1152


What is the difference between web config and machine config files?

1066


What is viewstate? In which event of the page life cycle, is the viewstate available?

1063