currently we use dns polling for 4 web servers,
the problem we met is that:when user refreshes,he might go to other web servers.This feels
very bad when a user has already login.Because we use session to remember login status,but
when refreshing to another web servers,the session is lost.So the best solution should be
make the user still on the same web server when he refreshes.Is there any way out?