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

Can you confirm that SessionWizardView stores data on server side session object not user's session? #176

Open
adi- opened this issue Nov 4, 2020 · 0 comments

Comments

@adi-
Copy link

adi- commented Nov 4, 2020

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.

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