[PB-5897] use session storage for anonymous ID#226
Open
TamaraFinogina wants to merge 1 commit intofix_reload_countfrom
Open
[PB-5897] use session storage for anonymous ID#226TamaraFinogina wants to merge 1 commit intofix_reload_countfrom
TamaraFinogina wants to merge 1 commit intofix_reload_countfrom
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
meet-web | 3f25c18 | Commit Preview URL Branch Preview URL |
May 07 2026, 04:24 PM |
|
Deploying meet-web with
|
| Latest commit: | 3f25c18 |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ba2b3b77.meet-web.pages.dev |
| Updated (Europe/Madrid): | 7/5/2026, 18:25:59 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Anonymous ID is stored in sessionStorage instead of localStorage. This way, if a user joins from a new private window (incognito mode), a new anonymous ID is assigned. If the user reloads the tab, the anonymous ID is still the same, but for a new private window, it will be different.
Before, all private windows shared the same anonymous ID.
Checklist
How Has This Been Tested?
QA in local