How can I keep state after closing the page? #1519
Unanswered
antonlovric
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm currently implementing a "remember me" feature on my website during login and not sure how to go about it. Usually after login i store the necessary user data inside a Pinia store but this gets deleted after closing the session. Is there any way I can persist state for a longer period of time?
Beta Was this translation helpful? Give feedback.
All reactions