describe session handling in a web farm how does


Describe session handling in a web farm, how does it work and what are the limits ?  

In ASP.NET there are three ways to handle session objects. Single support the in-proc mechanism and other two's support the out-proc mechanism. 

 1) In-Proc (By Default) 

2) SQL-Server (Out-proc) - Using SQL server or any other database for storing sessions regarding current logged in user. 

3) State-Server (Out-Proc) - Using State Server, as one dedicated server for managing sessions. State Server will run as service on web server having .net installed.

 

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: describe session handling in a web farm how does
Reference No:- TGS0289642

Expected delivery within 24 Hours