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

Support multiple 'pages' or browsers #97

Closed
ebebbington opened this issue Dec 16, 2021 · 1 comment · Fixed by #103
Closed

Support multiple 'pages' or browsers #97

ebebbington opened this issue Dec 16, 2021 · 1 comment · Fixed by #103
Assignees

Comments

@ebebbington
Copy link
Member

pages would be simpler because we dont need to spin up a new subprocess, but the idea is, a user can act as user1, go to a page, user2 can go to page, user1 can make comment, user2 shuld see that comment (assuming web app uses websockets to display realtime messages)

  • if pages:
    • faster probably
    • maybe theres a way 2 tabs/pages can be opened (2nd page opens incognito?) so the 2nd page is unaware of any cookies
  • if browser
    • we know for sure cookies and stuff wont be set
@SnoCold
Copy link
Collaborator

SnoCold commented Dec 16, 2021

Could you please assign it yo me? I will take this up

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

Successfully merging a pull request may close this issue.

2 participants