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

how to save cookies #957

Open
Sheyh-SDS opened this issue Jul 26, 2023 · 1 comment
Open

how to save cookies #957

Sheyh-SDS opened this issue Jul 26, 2023 · 1 comment

Comments

@Sheyh-SDS
Copy link

I have a problem when logging in on some sites, and exiting the application, when re-logging in, it asks me to log in again, while everything is fine in the browser, what can it be?

@KojiNakamaru
Copy link
Member

Those sites might use session cookies which are temporary and not persist. The sample app works well at least for google.com. In order to forcibly save and restore session cookies, another (experimental) code is required (cf. #573 ).

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