PDA

View Full Version : XMLRPC And Session management


spoco2
11-01-2009, 08:59 PM
Hi fellow Laszloers...

I have what I hope is a quick question.

We are looking to move away from javarpc to xmlrpc due to issues of 'seeing' the session object on the server from javarpc and our need to do session based authentication.

We have a test xmlrpc servlet and can hit it with requests and get back responses.

However. When we try to lock some calls to be only available after a login they fail because every call from the client is coming with a different session id. Seeing as xmlrpc doesn't have the 'scope="session"' attribute like javarpc, how do we make the client stick to a single session id?

Thanks in advance.