I'm just putting together my own app using the interactive API.
The session token often includes a plus sign. When I call logout I get a fail error NO_SESSION and the token returned by the API has the plus sign replaced by a space. Replacing the plus sign with 2B, the url encoded version, doesn't help. If there is no plus sign my code works fine.
It's probably not something I need to worry about but it's bothering me! Any suggestions?
Bob
The session token often includes a plus sign. When I call logout I get a fail error NO_SESSION and the token returned by the API has the plus sign replaced by a space. Replacing the plus sign with 2B, the url encoded version, doesn't help. If there is no plus sign my code works fine.
It's probably not something I need to worry about but it's bothering me! Any suggestions?
Bob
Comment