User logout: clear identify?
See original GitHub issueI can’t find a way to clear user identify on logouts.
There is a method in MixpanelApi.java but is not public:
clearPreferences()
Any changes you make that public? Or is there any other way to handle this situation?
Issue Analytics
- State:
- Created 9 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to "unidentify" a user at logout? · Issue #30 - GitHub
All working fine so far, except for one issue: how do I remove the identification of a user, upon logout for example ?...
Read more >mixpanel - What should I do when users log out?
Call clearSuperProperties() to remove any Super Properties in local storage. Set new_distinct_id = UUID.randomUUID().toString());; Call .
Read more >Logout - Auth0
Describes how logout works with Auth0. ... Log users out of Auth0 by clearing the Single Sign-on (SSO) cookie. Identity Provider Session Layer:...
Read more >What are the risks of just clearing cookies instead of logging off?
Can I just log out by wiping cookies instead of hitting logout? Yes, since the web application uses cookies to uniquely identify you ......
Read more >Clearing an End-User's Session - Okta Support
To clear a user's sessions, do the following: ... From the More Actions drop-down menu, choose Clear User Sessions, as shown below. This...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nice, Thanks! I also recommend calling ‘flush’ to make sure you send all your events before clearing.
I’ve made clearPreferences (renamed
reset
) public in the 4.5.0rc, it should appear when we merge.Thank you so much for all of your help and research with this issue!