cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

FW: PHP + cURL + session id

From: Chris Gralike <Chris.Gralike_at_AMIS.nl>
Date: Wed, 26 Apr 2006 14:33:23 +0200

My excuse. Noticed that the "daily send update" removes a huge lumb of
information. My bad...

As followup on your thread, the main problem is that te information that
is returned by Curl is parsed content. U might be able
To send a "cookie" in the request header, but then u must somehow catch
this with the $_COOKIE var.

This is because the $_SESSION vars are stored at the client side as far
as i know. This means that the "server" side wich initiates the "curl"
command isnt aware of these $_SESSION vars and will not be able to
restore them with a cookie, unless they are stored in a database, where
the row id send with the cookies is the corresponding id.

please take a look at this to get a better idea ;)

http://www.rawdata.net/developer/php_examples/forms/getFormData.inc.php

Met vriendelijke groet,
Chris Gralike
 
AMIS Services BV
Edisonbaan 15
3439 MN NIEUWEGEIN
Postbus 24
3430 AA NIEUWEGEIN
 
T: 030-601-6079
F: 030-601-6001
M: Chris.Gralike_at_AMIS.nl
W: http://www.AMIS.nl

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2006-04-26