web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
In case of web farm, we can not have in proc session state. Session can not be persist from one server to another. we have to use the state server or database for session storage