Can anyone tell how the session is maintained when the application is hosted on 2 or more machines (Load Balancing scenario)..
Ex : When the user logs in, he will be directed to Server1 and his request will be processed, 2nd time when he request something he will be redirected to Server 2 (as Server1 has maxx number of requests). How is session managed in this type of scenario,,
How can we check whether this is a new session (user) or old session (user)..