Page 1 of 1

UDP API --- AUTH / LOGOUT issue

Posted: Thu Jul 26, 2007 10:48 pm
by Zelgadis3
I have a situation with these commands, when i send the AUTH command, a get a 200 response, and a correct session key i can use to retrieve ANIME data. The problem is when i want to log out using that session key(LOGOUT&s=CxMDS, for example) , i always get a 506 INVALID SESSION, and of course after a few tries i end up banned (555) for too many open connections :?

Any help will be appreciated

Posted: Fri Jul 27, 2007 7:24 am
by epoximator

Code: Select all

LOGOUT s={session key}

Posted: Fri Jul 27, 2007 12:54 pm
by Zelgadis3
Duh!!!! I was using the ampersand >_< Shame on me :oops:

Thanks a lot!