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

Cookies lost whenever service worker life time cycles #57

Open
mglaman opened this issue Aug 23, 2024 · 0 comments
Open

Cookies lost whenever service worker life time cycles #57

mglaman opened this issue Aug 23, 2024 · 0 comments

Comments

@mglaman
Copy link

mglaman commented Aug 23, 2024

Cookies are lost if the service worker is refreshed or gets reconstructed.

I wonder if the cookies map should be dumped to /config/init.json like settings and env. That way they can persist through refreshes.

I've tried an approach using a Map store stores into IndexDB, but having some bugs

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