can't send cookies with soap envelop

Request #30901 can't send cookies with soap envelop
Submitted: 2004-11-26 02:16 UTC Modified: 2005-01-20 15:30 UTC
From: mobi at delfnet dot pl Assigned: dmitry (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 5.0.1 OS: Windows 2000
Private report: No CVE-ID: None

 [2004-11-26 02:16 UTC] mobi at delfnet dot pl

Description:
------------
This is not a bug but there is no way to send cookies with soap envelop... This availability is very important for some protocols like WSRP... 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports

 [2005-01-20 15:30 UTC] dmitry@php.net

Fixed in CVS (HEAD and PHP_5_0).

Now it is possible to set/remove cookies eith the following method:

void SoapClient::__setCookie(string name [, string value])