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

Retrieve session cookies #87

Open
2 tasks done
kodawah opened this issue Sep 26, 2024 · 1 comment
Open
2 tasks done

Retrieve session cookies #87

kodawah opened this issue Sep 26, 2024 · 1 comment

Comments

@kodawah
Copy link

kodawah commented Sep 26, 2024

Checklist

  • I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
  • This issue only relates to a single feature. I will open new issues for any other features.

Is your feature request related to a problem?

I would love to be able to read cookies that are stored in session. Right now I'm manually removing the Session flag using a cookie editor in my browser, but it'd be fantastic to skip this step and be able to use kooky right away, skipping this step

Is it possible to construct a solution with the existing API?

No response

Describe the solution you'd like to see.

I'd like that the existing API also looks up cookies in the session storage, or that there is an alternative API to retrieve them

@srlehn
Copy link
Collaborator

srlehn commented Oct 15, 2024

For Firefox we could extract session cookies from sessionstore-backups/{recovery.{baklz4,jsonlz4},previous.jsonlz4},...

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

No branches or pull requests

2 participants