[Zope] xmlrpc and sessions

Dieter Maurer dieter at handshake.de
Thu Aug 19 14:38:18 EDT 2004


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


More information about the Zope mailing list