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
On diff checking between two session strings I found most key-value pairs were the same except a few like "debugCursor", could they be using values from those keys to verify if the session was newly initiated?
good findings, we can investigate it by experimenting about how web WhatsApp is storing sessions by trying to remove local storage or/and indexDB. Then we might figure out that both local storage and indexDB matter for sessions so, we have to get both local storage and indexDB from the browser in order to extract sessions.
To reproduce join Multi-device beta and try to save session and restore session it is failing to restore session
The text was updated successfully, but these errors were encountered: