In my company ,We are planning to run two applications (first one in ASP+MSSQL environment (Existing) and the second own with PHP and MySQL environment going to be lunched )
Our site currently authenticates people using a ASP page on our IIS 6 site. Basically this page takes their login information (user name and password) to see if they are in our Active Directory. I want to use the forms authentication ticket from the ASP login to authenticate the user for PHP application upon clicking the PHP application link provided in ASP.
How can we do it?
Thanks in advance.