If my application spans multiple databases, i.e. users 1-10K on server1, 10-10K on server2 (for example), how can I modify my session object to point the correct database?
From what I understand, if I change the connection string in nhibernate's session it will effect everyone and not the current request correct?