You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation here, after the user successfully logout, the Parse.User.current() should be null. However, it shows that currentUser is not null. I checked the LocalStorage, Parse/test/currentUser and Parse/test/installationId are still there. And according to the code of Parse-SDK-JS, when user logout, the currentUser is not set to be null.
The text was updated successfully, but these errors were encountered:
leftluoyi
changed the title
logOut() does not clean currentUser in LocalStorage
Parse.User.logOut() does not clean currentUser in LocalStorage
Oct 23, 2017
Same problem. I've tried wid different releases. Still did not succeed. The session class gets crowded since the user logout did not destroy the session. Any idea?
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.
I am using Parse javascript sdk. I can signup and login successfully. However, when logout using the following code
According to the documentation here, after the user successfully logout, the
Parse.User.current()
should benull
. However, it shows thatcurrentUser
is notnull
. I checked the LocalStorage,Parse/test/currentUser
andParse/test/installationId
are still there. And according to the code of Parse-SDK-JS, when user logout, thecurrentUser
is not set to benull
.The text was updated successfully, but these errors were encountered: