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

Bugfix: Prefix the sessionStorage data with pathname #279

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

timeu
Copy link
Contributor

@timeu timeu commented Jan 12, 2024

In case of multiple xpra sessions behind a single domain (i.e. reverse proxy), the sessions will overwrite their settings inside the sessionStorage when the user navigates between the sessions within a browser tab. This change will store the sessionStorage data prefixed with the pathname of the xpra session. This fixes #278

html5/js/Utilities.js Outdated Show resolved Hide resolved
html5/connect.html Outdated Show resolved Hide resolved
html5/js/Utilities.js Show resolved Hide resolved
In case of multiple xpra sessions behind a single domain (i.e. reverse proxy), the sessions will overwrite their settings inside the sessionStorage
when the user navigates between the sessions within a browser tab.
This change will store the sessionStorage data prefixed with the pathname of the xpra session.
This fixes Xpra-org#278
@totaam totaam merged commit a664d4d into Xpra-org:master Jan 14, 2024
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

Successfully merging this pull request may close these issues.

Multiple XPRA sessions behind a reverse proxy and sessionStorage
2 participants