Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #321 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

client + cookie sample

Reported by: nahi Assigned to: nahi
Priority: low Milestone: 1.5.6
Component: soap4r Version: 1.5
Keywords: Cc:

Description

from soap4r-ml

I had basically the same problem, so the solution works for me too.
However, I can't figure out how to get the Soap client to keep track
of the cookies that the server is sending. I can see that the
HTTPStreamHandler has support for cookies, but how do I get it
to use them?

Change History

05/16/07 08:09:52 changed by nahi

  • priority changed from normal to low.

05/31/07 22:38:52 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1822]) * now you can access to HTTP-Cookies with SOAP::RPC::SOAPlet.cookies from servant implementation (MT-safe). added cookies client / server sample. closes #321.

06/01/07 17:55:31 changed by nahi

  • type changed from task to enhancement.