Matthew, from what I understand about Parse, you don’t do this kind of session control for you. I may be wrong, but Parse’s sessions are quite limited and only recently have they included the session validity feature, so you have an idea! Up to a few months the user session was eternal, remaining the same after he changed the password.
One solution would be to create your control. If your goal is to keep the data synchronized on multiple devices one way would be to log all user’s details and create flags in their records informing the device that inserted or changed the record. Then through a Cloudcode you send msg to the devices that need to be synchronized again.
I think this would be a way.
Actually, I looked in other forums, and one solution was in the facilities table to create a field to control whether or not the session is active.
– Mateus Carvalho
I confess that I am having so many problems with Parse’s REST and Cloudcode that I am considering fixing the solution and developing my own. It works really well for the basics, but once you need more control the thing gets complicated enough. Good luck out there.
– Tin Megali