From: "Admin - CpanelPlus" <[EMAIL PROTECTED]>

> I Need to access certain data in a Page protected by user login.
> I have written a script with socket functions which connect to port 80
> and automates what any browser does.
> That's Ok .. Now I have the Data What I wanted in a variable.
>
> But I am also in need of a Mechanism where I can transfer an
> Initiated session to the User's Browser ...
> ( Not Just OutPutting the above  variable .. But actually Transferring the
>   Session to the User's Browser )

You want your PHP script to connect to a password protected page, retrieve
information, and then pass the sucessful authentication back to the browser?
So you basically want your PHP script to log in for the user, on another
site, and send the resulting session, from the other site, back to the
browser?

If I'm understanding you correctly, I don't think you're going to be able to
do this. You can't set a session cookie on behalf of the other site. You
could take a look at cURL, but I don't think it'll do this.

If I'm confused, please correct me.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to