Hi all,
Do I need do something to enable my client (using this class) accept cookies ?
My sample code "visits" this site
kloth.net/services/wru.php
If I open the previous URL with a real browser (firefox) I see this line:
HTTP_COOKIE KLTwru=1150814936+hello+world...
But If I open with this class, I can get this.
I have add this line:
$http->support_cookies=1;
but seems not usefull because the class do this.
Thanks fo your help,
Alexandre