Closed
Description
I am using user.logout(). what I think is happening:
- Session data gets deleted from the Parse server.
- All of the local user data gets deleted from the shared preferences.
#1 is expected, but #2 is not. Is it possible that logout() could leave the user data in place so that I can easily log the user back in again?
Perhaps I am not understanding what is happening correctly? I am testing on an android emulator.