SoapClient.__setCookie() and an array as value?
Hello everbody,
does anyone know if there is a possiblity to give the SoapClient
__setCookie() method an value which is transformed to array values?
I debugged what cookies looks like when you get them via
SoapClient._cookies. If you call something like
SoapClient__setCookie("testkey","testvalue") the result is an array
with the name "testkey" and one element, the given "testvalue". But I
could not find out how I can give more than one value to that array.
Have someone a hint for me?
.
Relevant Pages
- Re: Newbie: How to loop through lines in a file? <----Brian
... The extra latency is imposed on cookie-rejecters only. ... part of modern web browsing and should be accepted. ... Cookies can be easily ... can wait a few extra milliseconds for my array to populate. ... (comp.lang.php) - Duplicate cookies in ASP.NET
... When I run it through a "SSL Consentrator" (From Array ... it starts to send me several cookies with the same ... simular cookies -It generates one more empty cookie for each time I ... perform a "SignOut". ... (microsoft.public.dotnet.framework.aspnet) - Datastructure
... website (using cookies). ... I've got a problem with the sorting of ... %hash(array(array)) "hash of an array of an array" ... (comp.lang.perl.misc) - Re: find a cookie by part of its name
... cookies are stored in an array called $HTTP_COOKIE_VARS right? ... For example the cookiename is firstname and I want to check all cookies ... I tried to work wih string and substrings, ... (comp.lang.php) - Re: Datastructure
... website (using cookies). ... I've got a problem with the sorting of ... %hash(array(array)) "hash of an array of an array" ... You have to dereference the array (push only modifies arrays): ... (comp.lang.perl.misc) |
|