Describe session handling in a webfarm
| State Server is used for handling sessions in a web farm. In a web farm, make sure you have the same in all your webservers.Also, make sure your objects are serializable. For session state to be maintained across different web servers in the web farm, the Application Path of the website (For example \LM\W3SVC\2) in the IIS Metabase should be identical in all the web servers in the web farm | |
