davetek77 wrote:How can I transfer a session variable from php to asp? I have a login.php page which validates a username and password against an ldap server. I want to pass the results of validation to an asp page. Whats the best way to do this?
I don't know which is the best way to do this, but I canthink of two:
1) write the results in a file and then open it to render the contents
2) write the results on a hidden Field in HTML
I don't know how those two languages could communicate else.
hope this helps,
Manos

