I am developing a site in which an ASP.NET page redirects to a classic ASP page. Since ASP.NET and classic ASP do not really work together, a new session is created for the classic ASP page when the redirect occurs. How can I pass my session variables from the first session to the new session? Any sample code would be greatly appreciated!