Hi there, i'm using pinia for managing global states and used pinia-persistent for persisting the state.
I'm using the default config (That uses the cookie storage), but I'm encountering an issue with the state when closing the window and reopen it, and some times even open new tab, the state resets.
What to do to make the state persistent with a timeout using cookies ?