Announcement

Collapse
No announcement yet.

Plus signs in session token

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Plus signs in session token

    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

  • #2
    My session id is a string. Not bothered what's in it.

    Comment

    Working...
    X