How do you ensure your user retains the same session information when your application is deployed to a cluster?
Store your session data in a database or something like memcached or redis.