This seems like a simple task, but I can not figure out how to do it. I have two projects. Project1 WebForm1.aspx needs to do a redirect to Project2 Webform2.aspx and also pass the Session object, or it needs to have access to the same session object. I know I can place a reference to Project2 in Project1, but how do I have it display WebForm2.aspx and also have access to the Session object. Thanks!