Re: [PHP-DB] request and response objects?

2002-01-30 Thread Razorfish
see PHP's support of cURL / libcurl. it's do-able. > basically a yes or no question my brother wants me to ask: > Does PHP support these objects? If not, Can they be faked? > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For add

[PHP-DB] session vars between two host servers

2002-01-29 Thread razorfish
Problem: hosts "http://www."; and "https://secure."; of the same domain need to work with the same browser session_id. This is a login/authenticate/redirect scenario. In this case the session data store is a common MySQL database, so the issues of /tmp sharing, NFS, etc. are set aside. My