R: [phpxmlrpc-devel] xmlrpc and sessions?
Brought to you by:
ggiunta
From: Dylan M. <dy...@ex...> - 2003-09-13 03:59:40
|
> Sorry if this sounds a bit too harsh, but phpxmlrpc is a lib that aims > = > to conform to a spec. The spec, albeit sporting quite a few = > shortcomings, has been "cast in stone" (in the wording of its writer) > = > since 1999. A little (much needed) clarification has been added this = > summer, that's all. It's not harsh at all. It sounds like SOAP isn't nearly as cast in stone as XMLRPC is, though, which sounds funny, because SOAP is a w3c standard, while I don't think XMLRPC is. The reason I say this is that Cookie-based sessions in SOAP seem to be being adopted, even though they're not in the w3c document. I'm not doing anything .net, but I found that discussion of cookie-based sessions in a Microsoft .net discussion of SOAP. However, I can tell when I'm trying to swim up-stream, so after sleeping on it, I'll just add an SID as an argument to every XMLRPC method I define. dylan |