Setup:
I have a web farm setup with 1 control, 1 primary content, 1 secondary content. Server affinity is set to client affinity.
Issue:
When the user submits the login page three session objects are created then the user is redirected to the appropriate page. The problem is that the three session objects created by the login page are not available after being redirected. This leads me to think that the ARR is not affinitizing the request properly.
How do I get this corrected?