I'm installing a PHP applictation as an additional module to an exising ASP site.
I need users to be able to logon to the ASP site, and then to be able use the PHP app without re-authenticating.
The ASP site uses ASP session, but only to store the session variable. Other session data is stored in a database.
Appreciate any hints on how to do this.
Thanks