I'm making an app which in a user can change his password. After logging in everything works perfect, but after opening the "Profile" activity and setting the password, when I go back to other activities which use ParseUser queries, I get an "Invalid session token" error. It happens only after saving the new password (With ParseUser.LogInBackgroud...). How can I fix this?
Thanks