Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

state persists between users - messages leaked #5

Open
kokokenada opened this issue Sep 22, 2023 · 0 comments
Open

state persists between users - messages leaked #5

kokokenada opened this issue Sep 22, 2023 · 0 comments

Comments

@kokokenada
Copy link

kokokenada commented Sep 22, 2023

Data is stored and read to session state without due consideration for the user. For example, unless the app deletes the session storage e.g. window.sessionStorage.removeItem('dialogs'); logging in as different users on the same workstation causes the wrong dialogs (and even shows the last message in the dialog). I've worked around this by tracking the dialogs in my app, but it should be fixed.

Similarly, after deleting all the dialogs on the server via the admin console, the client continued to display them. I had to manually clear session storage in the browser application tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant