Move Session informationhttp://forums.asp.net/t/1801519.aspx/1?Move+Session+informationWed, 09 May 2012 07:47:32 -040018015194971227http://forums.asp.net/p/1801519/4971227.aspx/1?Move+Session+informationMove Session information <p>I have a requirement for a software project where I need to read ASP.net session information from one SQL Server instance and I need to write it to another SQL Server instance during one full page process. I need to dynamically reroute a user to a different data store. I am using a partition resolver to determine where to read the session from, I do not know how to get ASP.net to write it to a different connection. Any help is greatly appreciated.</p> <p></p> <p>Thanks in advance.</p> <p></p> 2012-05-08T16:27:27-04:004972204http://forums.asp.net/p/1801519/4972204.aspx/1?Re+Move+Session+informationRe: Move Session information <p>Hi,</p> <p>As far my knowledge, there i no builtin ASP.NET function/feature to achieve it!</p> <p>You need to develop a custom logic to do that! What you can do is, have two connection string pointing to two different SQL Server instances and then read the session information from one session to the other!</p> <p>Hope it helps u...</p> 2012-05-09T07:47:32-04:00