Тема: Remote API - eid vs sid question
Hello there!
I have a simple question: when I use the login function of the Remote API I'm getting a string in the returned eid field. According to the documentation, that's the session id and should be an integer.
However, I get a string back; and when I try to use that value with the other functions that use the sid parameter, I'm getting errors.
Naturally, I also tried to convert the eid value to an integer, so that I can pass it as the sid.
No success so far.
Can you please help me to sort this out?
Thanks in advance!