'in-proc' Session State mode on a multiple server setup?
My Team is using 'in-proc' Session State mode on a multiple server setup. This does not seem right to me obviously because the session state is going to be unique on each server and will not be shared. We have approached this problem by giving the same Machine Key on both servers (in the application's config file.) But I have a feeling this would not actually help... Any light on this is appreciated. Thanks! R.C When using InProc session state, the session will be stored locally on the server which served the request and therefore using the same Machine Key on both servers won't serve the