- Home /
Sending cookie to XML-RPC protocol
Hi guys,
I have a problem with sending cookie to XML-RPC. I have user.login method which reutrns session name and session id and if i want to use another method I need to send cookie with
[session_name]=[ssid];
DRUPAL_UID=[uid]
I was read THIS and THIS but it doesnt work for me. Please help.
Comment