I have stored some of the variables used by lot of other pages of my website on the master page. As we are migrating to a load balanced environment, I want to know if I need to move those variables to a different place to make them still available even if the requests sent a different web server every time.

Had similar problems when I stored these variables in the session object and had to turn on SQLState to make them available in...