Skip to content

Invalid Session Token on anonymous users #4562

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
pithcou opened this issue Feb 10, 2018 · 3 comments
Closed

Invalid Session Token on anonymous users #4562

pithcou opened this issue Feb 10, 2018 · 3 comments

Comments

@pithcou
Copy link

pithcou commented Feb 10, 2018

I'm runing parse server latest release 2.7.2, and I'm facing this issue, sometimes when a user logout he is getting Invlid session token error, and it seems to propagate to all other users, so all the users get stuck, all public requests got this response invalid session token

@dongalor
Copy link

dongalor commented Feb 12, 2018

i might be having same issue (not so often) with the same result, but on 2.4.2
We're using X-Parse-Session-Token when we need authorized request, and we omit this header when our request doesn't need authorization.

This is error:

0|parse-wr | 12-02-2018 16:39:19 +03:00: error: invalid session token code=209, message=invalid session token

@dongalor
Copy link

dongalor commented Feb 22, 2018

Hi, @pithcou, by the way, can you tell me how exactly do you logout and what about SDK, which SDK do you use? As far as I can understand due to having the same problem before, it's not possible to use Parse.User.logOut() (which is clien-side function) on server. (that was my point of having session token error), no I have another one session token problem, look #4581

@stale
Copy link

stale bot commented Sep 18, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants