ASP.NET/PHP: How to pass session variable from PHP to ASP.NET
Posted
by eibhrum
on Stack Overflow
See other posts from Stack Overflow
or by eibhrum
Published on 2010-05-05T14:33:19Z
Indexed on
2010/05/05
14:38 UTC
Read the original article
Hit count: 436
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:
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
© Stack Overflow or respective owner