authenticating from ASP.NET to PHP !!



Hi All,

Ok, I know that the title of this question might seem strange... but i
need to be able to authenticate from a .NET website (which a user would
be logged on) to a PHP website (with the same user details).

Does anyone know if there is a way to do this? I think the only way is
to use an encrypted URL... but how would I encrypt the URL from the
ASP.NET app into a format that the PHP app can decrypt?

would a cookie also work? can you use cookies between
applications/sites?

Please help. :o(

.



Relevant Pages

  • Re: authenticating from ASP.NET to PHP !!
    ... And yes, a cookie would work, but it'd be quite easy to fake a cookie ... be logged on) to a PHP website. ... but how would I encrypt the URL from the ... ASP.NET app into a format that the PHP app can decrypt? ...
    (comp.lang.php)
  • Re: authenticating from ASP.NET to PHP !!
    ... ASP.NET app into a format that the PHP app can decrypt? ... One way would be to encrypt the userid and password and have it passed ... you use the authentication provided by the webserver (as opposed to ... Just set the cookie in one app and read it in the other. ...
    (comp.lang.php)