Multiple XML-RPC calls over the same connection?

Diez B. Roggisch deetsNOSPAM at web.de
Fri Oct 29 07:57:07 EDT 2004


> Look at the multicall capability of the xmlrpclib library.  It may do what
> you want.

Verifying my response I found that, too - but thats more a bundling of calls
together instead of what the op wanted - a way to have some server-side
"cookie" that identifies an incoming call as authenticated. That's not
possible.
-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list