On 5/20/06, Francis <[EMAIL PROTECTED]> wrote:
http://francis.byethost22.com/googlelogin.php ] . In response it sends back a Auth token which I need to place in a cookie . How on god's green earth do I extract the token !!
If its a cookie you're after, then the HTTP server would send that in the header. i.e. the "Set-Cookie" header Once you extract the relevant cookie, the client should send that back as a "Cookie" header. -- Rohan http://rohan.almeida.in -- http://mm.glug-bom.org/mailman/listinfo/linuxers

