Lane Stevens wrote at 2004-8-19 09:40 -0600: > ... >Related question: Is there a best practice for dealing with state in the >use of web services through xmlrpc? I would use explicite state ids, similar to: state_id = open(...) # create session via XML-RPC ... call(state_id, ...) ... -- Dieter