Re: [SOAP] PHP SOAP cookie AJAX access
[email protected] (nir)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I want to maintain the same session with a soap server from a few different
php webpages
I wanted to know if I can create a new soapclient object on every page and
set it the cookies I get on login
after login I stored the cookies in my session
my problem is that the cookie I need to set is an array
[_cookies] => Array
(
[JSESSIONID] => Array
(
[0] => 53B8E461F0F8F841439041EERR5B2BD6
[1] => /server8hWeb/soap
[2] => earth.logiamobile.com
)
and __setCookie gets only a string per cookie
Thanks
Nir
--
View this message in context: http://www.nabble.com/PHP-SOAP-cookie-AJAX-access-tp16447043p16467565.html
Sent from the Php - Soap mailing list archive at Nabble.com.