If we start to use 2 servers instead of one, with load balancing, is there a way to store sessions in memory, so we wouldn't need to change 50 webconfigs to set sessions are stored in database? Obviously, 2 servers would be there if one fails, so storing sessions in memory would back things to beginning.
Thanks.