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

the cookie value was rewritten when open multiple web page of the devices #177

Open
HemingT opened this issue Dec 24, 2024 · 1 comment
Open

Comments

@HemingT
Copy link

HemingT commented Dec 24, 2024

Hello @zhaojh329

I have a scenario like below.
I have multiple similar devices(rtty client) which connected to the rttys server, and I can access the web page of the device through the rttys.
but I found there is an issue when I open the web page of the devices one by one, the previous web page would be displayed as the latest device, after investigation, the reason is the cookie was written to latest device, such as rtty-http-devid, rtty-http-sid.
Is it possible for you to update the code to fix this issue?
Thank you very much!

@HemingT
Copy link
Author

HemingT commented Dec 24, 2024

for example,
two devices(device A and device B) connected to rttys.
I open the web page of device A through rttys device manage web(default 5913 port), it'ok.
then I also open the web page of device B through rttys device manage web, it's ok.
but I switched to the web page of device A, then I found the page content was of device B because cookies of these two web pages became the values of device B.

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