Skip to content

Fix for issue 1605 #2133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Fix for issue 1605 #2133

wants to merge 2 commits into from

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