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

Losing settings on reload especially on iOS Safari #70

Closed
rmoriz opened this issue Dec 12, 2021 · 2 comments
Closed

Losing settings on reload especially on iOS Safari #70

rmoriz opened this issue Dec 12, 2021 · 2 comments

Comments

@rmoriz
Copy link

rmoriz commented Dec 12, 2021

iOS Safari randomly unloads tabs once in the background. When a user accesses such tab, session information is lost eg host and password.

Same happens on reloads. Settings should be implemented as session cookies or in another persistent way.

@Niek
Copy link
Owner

Niek commented Dec 13, 2021

Host and port are appended to the URL, I just checked and confirmed that reloading the page in Safari works fine. Only the password needs to be typed in again, but that makes sense (I don't want to add it to the URL or store it in e.g. cookies).

@Niek Niek closed this as completed Dec 13, 2021
@rmoriz
Copy link
Author

rmoriz commented Dec 13, 2021 via email

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

2 participants