You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Glen Daniels <gd...@macromedia.com> on 2001/10/18 17:32:47 UTC

Sessions

So the actual problem was that sessions were completely non-functional
because the HTTPTransport (which sets the MC properties for the cookies, and
holds on to the returned values) was never getting a crack at the
MessageContext setup when sending, because setupMessageContext() in the HTTP
transport was never fixed to actually use a Call object instead of a
ServiceClient.

It would be nice if, instead of just changing stuff with a sledgehammer to
try to get it "working", people would take the time to understand the full
logic of what's going on (in this case, the Transport
setupMessageContext()/processReturnedMessageContext() relationship) and
really fix the source of problems.

--Glen