I have 2 servers, load balanced.
MVC app, IIS 7, using webforms authentication.
I've set both machines to have the same machine key, in their web.configs. (copy and paste).
I've double checked that both machines have the same key, by eyeballing them in the IIS interface.
Yet, when the load balancing switches from one server to the other, I'm not logged in when I should be (or not, depending on which server).
What could be going wrong here?