PHP and ASP authentication problem
We are trying to build a routine that will talk between ASP and PHP. We currently have a username and password in PHP that sends a request to ASP, ASP authenticates, sending a cookie back to PHP. It appears that PHP isn't accepting the cookie and consiquently behaves as a new client with a new session, causing the authentication to not work.
Any thoughts, or is there someone who understands PHP extremely well that would be willing to consult on this problem?
[478 byte] By [
blakej] at [2007-11-11 10:16:59]

# 1 Re: PHP and ASP authentication problem
There is no native method for sharing session information between ASP and PHP.
There is a suggested alternative posted at the following site that you may want to consider:
http://blogs.msdn.com/dotnetinterop/archive/2006/03/20/554030.aspx