Possible Duplicate:
Why can’t I share Session state between 2 web apps with StateServer? What am I missing?
I am trying to maintain the session state across a web application where a user may login in to www.domain.com and at some point in their browsing experience be redirected to ww2.domain.com on a different server for load balancing reasons. What is the best way to maintain a users session in this instance?