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
In my testing environment I am storing data in self.storage. Then, in other web browser (to be sure that user has other session number) I am reading data from self.storage and – which is very worrying – I see the same data I have stored in first web browser.
When I use CookieWizardView everything works fine.
Can you confirm? This is potential data leakage if I am right.
The text was updated successfully, but these errors were encountered:
In my testing environment I am storing data in
self.storage
. Then, in other web browser (to be sure that user has other session number) I am reading data fromself.storage
and – which is very worrying – I see the same data I have stored in first web browser.When I use
CookieWizardView
everything works fine.Can you confirm? This is potential data leakage if I am right.
The text was updated successfully, but these errors were encountered: