ASP.NET/PHP: How to pass session variable from PHP to ASP.NET
- by eibhrum
I was wondering if it's possible to pass a session coming from PHP by simply clicking a link from the PHP site
from PHP site:
Click here
and then the ASP.NET site (www.123company.com) will get the value of id=1 and use it to validate an existing function.
Is it possible? Comments and suggestions are welcome. Thanks