[phpxmlrpc-devel] xmlrpc and sessions?
Brought to you by:
ggiunta
From: Dylan M. <dy...@ex...> - 2003-09-10 20:23:52
|
What is the recommended procedure for developing a session-like XMLRPC protocol? I can imagine using cookies, or an explicit SessionID arg to each procedure. Anyone have experience doing this? It doesn't look as though phpxmlrpc handles cookies at the moment. Is this lack of cookie support a part of the xmlrpc standard, or a (momentary) shortcoming of phpxmlrpc? I say momentary because I'm in the process of implementing it, but will halt these efforts if this isn't the recommended way to go. thanks! dylan |