I currently have a site built in PHP, our company bought a product with this vendor that uses .NET and SAML. We are trying to avoid rewriting the entire registration system in .NET from PHP. The only thing we could think of was to pass the login session from the PHP page to the .aspx and then send the credentials to the vendor using the SAML code they provide. Is it possible to pass sessions between PHP and .NET pages?