Skip to content

Conversation

j4v1n8r
Copy link

@j4v1n8r j4v1n8r commented Jun 23, 2016

According to the guide at https://parse.com/docs/ios/guide#sessions-handling-invalid-session-token-error: "When a device's session token no longer corresponds to a PFSession object on the Parse Cloud, all API requests from that device will fail with 'Error 209: invalid session token'."
However, with the current implementation no error is thrown as expected. Issue 1605 describes this as well. This pull request will throw error 209 if a session token is set but no matching _Session is found.

j4v1n8r added 2 commits June 23, 2016 10:04
Fix for issue #1605. If a session token is set but no matching _Sessi…
@flovilmart
Copy link
Contributor

Supersed by #2154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants